Commit e91156e5138dc67209f3126d3db700c9ec20fbcc
1 parent
47a875d0d6
Exists in
master
and in
6 other branches
导出excel
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 @
e91156e
... | ... | @@ -776,7 +776,7 @@ |
776 | 776 | } catch (Exception e) { |
777 | 777 | index++; |
778 | 778 | } |
779 | - if (CollectionUtils.isEmpty(list) || list.size() < index || list.get(index) == null || !i.toString().equals(list.get(index).get("EXAMINE_MONTH").toString())) { | |
779 | + if (CollectionUtils.isEmpty(list) || list.size() < index || list.get(index) == null || !i.toString().equals(list.get(index).get("EXAMINE_MONTH") == null ? "" : list.get(index).get("EXAMINE_MONTH").toString())) { | |
780 | 780 | result.add(0); |
781 | 781 | } else { |
782 | 782 | try { |