Commit 8695e26bb1e93cf4aff3eff777d1af1d5faa1248
1 parent
3a4016dcd5
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/PatientFacade.java
View file @
8695e26
... | ... | @@ -1763,9 +1763,10 @@ |
1763 | 1763 | dataMap.put("weeks", DateUtil.getWeek(patients.getLastMenses())); |
1764 | 1764 | //确诊单位 |
1765 | 1765 | dataMap.put("diagnosis", "诸城人民医院"); |
1766 | - dataMap.put("created", DateUtil.getyyyy_MM_dd(patients.getCreated())); | |
1766 | + dataMap.put("created", DateUtil.getyyyy_MM_dd(new Date())); | |
1767 | 1767 | //户籍 |
1768 | - if (StringUtils.isNotEmpty(patients.getPliveTypeId())) { | |
1768 | + if (StringUtils.isNotEmpty(patients.getPliveTypeId())) {// dataMap.put("created", DateUtil.getyyyy_MM_dd(patients.getCreated())); | |
1769 | + | |
1769 | 1770 | if ("57624c440cf23d4631523ea1".equals(patients.getPliveTypeId())) { |
1770 | 1771 | dataMap.put("cz", "√"); |
1771 | 1772 | } else if ("5a371bce0cf2ab082ac30433".equals(patients.getPliveTypeId())) { |