Commit 794b3a15c0f2bda6e789bff85e54fe6f3a0ff62a
1 parent
c90eb5aed7
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 @
794b3a1
... | ... | @@ -761,7 +761,7 @@ |
761 | 761 | // } |
762 | 762 | // } |
763 | 763 | |
764 | - if (CollectionUtils.isEmpty(list)||i>list.size() || list.get(i) == null || null == list.get(i).get("examineMonth")) { | |
764 | + if (CollectionUtils.isEmpty(list)||i>list.size()-1 || list.get(i) == null || null == list.get(i).get("examineMonth")) { | |
765 | 765 | result.add(0); |
766 | 766 | } else { |
767 | 767 | try { |