Commit 73522f0e3a4d7f4063b672d35212cc3d8aa562e6
1 parent
0bad3f5ba6
Exists in
master
and in
6 other branches
分娩作废产检劵
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java
View file @
73522f0
... | ... | @@ -737,9 +737,10 @@ |
737 | 737 | // 检查人数 |
738 | 738 | List<Integer> result = new ArrayList<>(); |
739 | 739 | Integer total = 0; |
740 | + ExceptionUtils.catchException("babyStatisticsManagerSelfConversionList list result :" +list); | |
740 | 741 | // 从0开始,没有也填充 |
741 | 742 | int index = 0; |
742 | - for (Integer i = 0; i < 13; i++) { | |
743 | + for (Integer i = 0; i <12 /*13*/; i++) { | |
743 | 744 | try { |
744 | 745 | while (!i.toString().equals(list.get(index).get("examineMonth").toString()) && index > Integer.valueOf(list.get(index).get("examineMonth").toString())) { |
745 | 746 | index++; |