Commit 225f8c36c82dcb7b91c5b12de2f030020af85ceb
1 parent
ea98065765
Exists in
master
and in
6 other branches
儿保健建档相关接口
Showing 1 changed file with 0 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyePatientServiceImpl.java
View file @
225f8c3
... | ... | @@ -134,7 +134,6 @@ |
134 | 134 | /** 分娩信息 */ |
135 | 135 | restMap.put("dueDateDesc", babyEyePatient.getDueDateDesc()); |
136 | 136 | restMap.put("deliveryType", babyEyePatient.getDeliveryType()); |
137 | - restMap.put("deliveryType2", babyEyePatient.getDeliveryType2()); | |
138 | 137 | if(babyEyePatient.getParityNum() != null && babyEyePatient.getProductNum() != null) { |
139 | 138 | restMap.put("number", "第" + babyEyePatient.getParityNum() + "胎/第" + babyEyePatient.getProductNum() + "产"); /** 胎产次 */ |
140 | 139 |