Commit ff9ec469bce432128fedce233aa36e3fc29e6993
1 parent
a9d9d7ed93
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/ViewFacade.java
View file @
ff9ec46
... | ... | @@ -7952,7 +7952,7 @@ |
7952 | 7952 | |
7953 | 7953 | //产检基本信息 |
7954 | 7954 | map.put("userName", patients.getUsername()); |
7955 | - map.put("lastMenses", DateUtil.getyyyy_MM_dd(data.getLastMenses())); | |
7955 | + map.put("lastMenses", DateUtil.getyyyy_MM_dd(patients.getLastMenses())); | |
7956 | 7956 | map.put("checkWeek", DateUtil.getWeekDesc(patients.getLastMenses(),data.getCheckDate())); |
7957 | 7957 | // 血压 |
7958 | 7958 | String ssy = ""; |