Commit 427385497f7660128a1ff8cd7fa7dc9d00f8952f
1 parent
83286f6a98
Exists in
master
and in
6 other branches
update code
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 @
4273854
... | ... | @@ -2326,7 +2326,7 @@ |
2326 | 2326 | for (BabyModel model : models) { |
2327 | 2327 | Map<String, Object> data = new HashMap<>(); |
2328 | 2328 | if (model.getLastHighRisk() == null || model.getLastHighRisk() == 0) { |
2329 | - data.put("highRisk", ""); | |
2329 | + data.put("highRisk", ""); //jira WEB-1547 | |
2330 | 2330 | } else { |
2331 | 2331 | data.put("highRisk", "高危"); |
2332 | 2332 | } |