Commit 76dae672ed87be982c392b46067d627f74b88e8c
1 parent
597f00b5f4
Exists in
master
and in
6 other branches
分娩作废产检劵
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java
View file @
76dae67
... | ... | @@ -747,7 +747,7 @@ |
747 | 747 | } catch (Exception e) { |
748 | 748 | index++; |
749 | 749 | } |
750 | - if (CollectionUtils.isEmpty(list) || list.size() < index || list.get(index) == null || !i.toString().equals(list.get(index).get("examineMonth").toString())) { | |
750 | + if (CollectionUtils.isEmpty(list) || list.size() /*< */>index || list.get(index) == null || !i.toString().equals(list.get(index).get("examineMonth").toString())) { | |
751 | 751 | result.add(0); |
752 | 752 | } else { |
753 | 753 | try { |