From 9335c283532121f378973793212a5ad73d0f66f5 Mon Sep 17 00:00:00 2001 From: "litao@lymsh.com" Date: Thu, 3 Aug 2017 14:10:22 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/operate/web/service/impl/ReportServiceImpl.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java index 1c03621..876d602 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java @@ -125,7 +125,6 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService couponReportMap.put("2_12", "产检券(十二)券使用人次"); /** 儿童 */ couponReportMap.put("7_1", "儿童建档券使用人次"); -// couponReportMap.put("8_1", "新生儿保健券使用人次"); couponReportMap.put("8_1", "
儿童保健券(一)
使用人次
"); couponReportMap.put("8_2", "
儿童保健券(二)
使用人次
"); couponReportMap.put("8_3", "
儿童保健券(三)
使用人次
"); @@ -583,14 +582,6 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService } private void setZeroDataByTemp(List key, List> couponReport) { - if(CollectionUtils.isNotEmpty(key)) { - key.remove("8_1"); - } - if(CollectionUtils.isNotEmpty(couponReport)) { - Map map = couponReport.get(0); - map.remove("8_1"); - } - for (Map map : couponReport) { for (String s : key) { if(map.get(s) == null) { -- 1.8.3.1