Commit 38a2ae493efc204d675515f17ea5660583858ddf
1 parent
ae4096e2c4
Exists in
master
and in
6 other branches
111
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
38a2ae4
... | ... | @@ -1849,7 +1849,7 @@ |
1849 | 1849 | Map<String, Object> map = new HashMap<>(); |
1850 | 1850 | |
1851 | 1851 | map.put("genRemark", data.getGenRemark()); |
1852 | - map.put("lastMenses", DateUtil.getyyyy_MM_dd(data.getLastMenses())); | |
1852 | + map.put("lastMenses", DateUtil.getyyyy_MM_dd(patients.getLastMenses())); | |
1853 | 1853 | |
1854 | 1854 | /* 基本信息 */ |
1855 | 1855 | //孕妇基本信息 |