Commit 8b11d030b759a07be306e1ccf82a14c5bc0a0317
1 parent
24cd1ed3bf
Exists in
master
and in
1 other branch
code update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
8b11d03
... | ... | @@ -1799,7 +1799,7 @@ |
1799 | 1799 | if (CollectionUtils.isNotEmpty(models)) { |
1800 | 1800 | for (BabyModel model : models) { |
1801 | 1801 | Map<String, Object> data = new HashMap<>(); |
1802 | - if (model.getHighRisk() == null || model.getHighRisk() == 0) { | |
1802 | + if (model.getLastHighRisk() == null || model.getLastHighRisk() == 0) { | |
1803 | 1803 | data.put("highRisk", "健康"); |
1804 | 1804 | } else { |
1805 | 1805 | data.put("highRisk", "高危"); |