Commit 6af579b5c3fed2bc9e75c635882ceb21260f5cc5
1 parent
d88e551ef7
Exists in
master
and in
3 other branches
修改产检删除
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 @
6af579b
| ... | ... | @@ -102,7 +102,7 @@ |
| 102 | 102 | map.put("serviceStatus", data.getServiceStatus()); |
| 103 | 103 | map.put("lastMenses", data.getLastMenses().getTime()); |
| 104 | 104 | |
| 105 | - if (data.getWeek() > 42) { | |
| 105 | + if (data.getWeek() >= 42) { | |
| 106 | 106 | map.put("week", "已分娩"); |
| 107 | 107 | } else { |
| 108 | 108 | map.put("week", data.getWeek() + "周"); |