Commit 83ab98630caed00ae040cb52c392692e0fb506c8
1 parent
d710869eaf
Exists in
master
and in
6 other branches
儿童建档添加分娩天数
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
83ab986
... | ... | @@ -2585,6 +2585,9 @@ |
2585 | 2585 | //母亲高危因素 |
2586 | 2586 | result.setmHighRiskReason2(queryRisk(babyModel.getmHighRiskReason(),false).getHighRisk()); |
2587 | 2587 | result.setFatherProfessionTypeId(babyModel.getFproTypeId()); |
2588 | + | |
2589 | + result.setDueWeek(babyModel.getDueWeek()); | |
2590 | + result.setDueDay(babyModel.getDueDay()); | |
2588 | 2591 | } else { |
2589 | 2592 | patientsQuery.setPhoneOrCert(cardNo); |
2590 | 2593 | List<Patients> patients = yunBookbuildingService.queryPregnantWithQuery(patientsQuery); |