Commit c90eb5aed7ee64b7af41efc41d53875aaac4e7b0

Authored by jiangjiazhi
1 parent 31e5356dd6

分娩作废产检劵

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