Commit 033e2bdb953fb142d4e13a2a34ec50c453e9aa75
1 parent
fa3f0555cb
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyAutoDiagnoseRiskFacade.java
View file @
033e2bd
... | ... | @@ -1001,6 +1001,7 @@ |
1001 | 1001 | List<String> stringList = new ArrayList<>(); |
1002 | 1002 | boolean bb = false; |
1003 | 1003 | if (CollectionUtils.isNotEmpty(babyCheckModels)) { |
1004 | + bb = true; | |
1004 | 1005 | Set<String> setbabyModel = new HashSet<>(); |
1005 | 1006 | BabyCheckModel babyCheckModel = babyCheckModels.get(0); |
1006 | 1007 | if(CollectionUtils.isNotEmpty(babyCheckModel.getHighRiskInfo())){ |