Commit 2bb29c1d12eccc82c2bf93ab7076bf33a30687c7
1 parent
1eb09ac39f
Exists in
master
and in
6 other branches
增加soureceid
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisCrisisItemController.java
View file @
2bb29c1
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 | map.put("phone", data.getPhone()); |
101 | 101 | map.put("serviceType", data.getServiceType()); |
102 | 102 | map.put("serviceStatus", data.getServiceStatus()); |
103 | - map.put("lastMenses", data.getLastMenses().getTime()); | |
103 | + map.put("lastMenses", data.getLastMenses() ==null ?0:data.getLastMenses().getTime()); | |
104 | 104 | |
105 | 105 | if (data.getWeek() >= 42) { |
106 | 106 | map.put("week", "已分娩"); |