Commit 267597a30d49f4572bde0bbe382dede06fbe7b66
1 parent
7ba7961d73
Exists in
master
and in
6 other branches
修改民生工程
Showing 1 changed file with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LivelihoodProjectsFacade.java
View file @
267597a
| ... | ... | @@ -558,7 +558,7 @@ |
| 558 | 558 | } |
| 559 | 559 | map.put("doctor_name", doctor_name); |
| 560 | 560 | //是否分娩(直接判断分娩日期) |
| 561 | - map.put("is_childbirth", null!=patients.getFmDate()?"是":"否"); | |
| 561 | + map.put("is_childbirth", null!=patients.getFmDate()?"1":"2"); | |
| 562 | 562 | //分娩时间 |
| 563 | 563 | map.put("born_date", null!=patients.getFmDate()?DateUtil.getyyyy_MM_dd_hms(patients.getFmDate()):null); |
| 564 | 564 | //出院日期 |
| ... | ... | @@ -726,7 +726,8 @@ |
| 726 | 726 | //录入系统时间 |
| 727 | 727 | map.put("entering_time", null!=patients.getCreated()?DateUtil.getyyyy_MM_dd_hms(patients.getCreated()):DateUtil.getyyyy_MM_dd_hms(new Date())); |
| 728 | 728 | //是否未提供男方信息(建档时是否未提供男方信息) |
| 729 | - map.put("not_provided_father_info", null!=patients.getReqHusband()?(patients.getReqHusband()?false:true):false); | |
| 729 | + | |
| 730 | + map.put("not_provided_father_info", null!=patients.getReqHusband()?(patients.getReqHusband()?"F":"T"):"F"); | |
| 730 | 731 | //丈夫电话 |
| 731 | 732 | map.put("father_phone", null); |
| 732 | 733 | //建档日期 |