Commit 2187980ce595be95c6f7ec6caceaa928e1d26ea7
1 parent
5757b9f753
Exists in
master
and in
6 other branches
修改民生工程
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LivelihoodProjectsFacade.java
View file @
2187980
| ... | ... | @@ -558,7 +558,7 @@ |
| 558 | 558 | } |
| 559 | 559 | map.put("doctor_name", doctor_name); |
| 560 | 560 | //是否分娩(直接判断分娩日期) |
| 561 | - map.put("is_childbirth", null!=patients.getFmDate()?"1":"2"); | |
| 561 | + map.put("is_childbirth", null!=patients.getFmDate()?"1":"0"); | |
| 562 | 562 | //分娩时间 |
| 563 | 563 | map.put("born_date", null!=patients.getFmDate()?DateUtil.getyyyy_MM_dd_hms(patients.getFmDate()):null); |
| 564 | 564 | //出院日期 |