Commit 9335c283532121f378973793212a5ad73d0f66f5
1 parent
9bb081b87b
Exists in
master
and in
6 other branches
bug修复
Showing 1 changed file with 0 additions and 9 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
9335c28
... | ... | @@ -125,7 +125,6 @@ |
125 | 125 | couponReportMap.put("2_12", "产检券(十二)券使用人次"); |
126 | 126 | /** 儿童 */ |
127 | 127 | couponReportMap.put("7_1", "儿童建档券使用人次"); |
128 | -// couponReportMap.put("8_1", "新生儿保健券使用人次"); | |
129 | 128 | couponReportMap.put("8_1", "<div class='ag-double-line'>儿童保健券(一)<div>使用人次</div></div>"); |
130 | 129 | couponReportMap.put("8_2", "<div class='ag-double-line'>儿童保健券(二)<div>使用人次</div></div>"); |
131 | 130 | couponReportMap.put("8_3", "<div class='ag-double-line'>儿童保健券(三)<div><div>使用人次</div></div>"); |
... | ... | @@ -583,14 +582,6 @@ |
583 | 582 | } |
584 | 583 | |
585 | 584 | private void setZeroDataByTemp(List<String> key, List<Map<String, Object>> couponReport) { |
586 | - if(CollectionUtils.isNotEmpty(key)) { | |
587 | - key.remove("8_1"); | |
588 | - } | |
589 | - if(CollectionUtils.isNotEmpty(couponReport)) { | |
590 | - Map<String, Object> map = couponReport.get(0); | |
591 | - map.remove("8_1"); | |
592 | - } | |
593 | - | |
594 | 585 | for (Map<String, Object> map : couponReport) { |
595 | 586 | for (String s : key) { |
596 | 587 | if(map.get(s) == null) { |