Commit 3cb58c4e920d47b0fe43f53a7f60630fca3a6a9b
1 parent
9fa470f6b0
Exists in
master
and in
6 other branches
增加产检券类型
Showing 1 changed file with 11 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
3cb58c4
... | ... | @@ -96,10 +96,17 @@ |
96 | 96 | /** 孕妇 */ |
97 | 97 | couponReportMap.put("1_1", "孕期建档券使用人次"); |
98 | 98 | couponReportMap.put("2_1", "首次产检券使用人次"); |
99 | - couponReportMap.put("2_2", "孕中期一券使用人次"); | |
100 | - couponReportMap.put("2_3", "孕中期二券使用人次"); | |
101 | - couponReportMap.put("2_4", "孕晚期一券使用人次"); | |
102 | - couponReportMap.put("2_5", "孕晚期二券使用人次"); | |
99 | + couponReportMap.put("2_2", "产检券一券使用人次"); | |
100 | + couponReportMap.put("2_3", "产检券二券使用人次"); | |
101 | + couponReportMap.put("2_4", "产检券三券使用人次"); | |
102 | + couponReportMap.put("2_5", "产检券四券使用人次"); | |
103 | + couponReportMap.put("2_6", "产检券五券使用人次"); | |
104 | + couponReportMap.put("2_7", "产检券六券使用人次"); | |
105 | + couponReportMap.put("2_8", "产检券七券使用人次"); | |
106 | + couponReportMap.put("2_9", "产检券八券使用人次"); | |
107 | + couponReportMap.put("2_10", "产检券九券使用人次"); | |
108 | + couponReportMap.put("2_11", "产检券十券使用人次"); | |
109 | + couponReportMap.put("2_12", "产检券十一券使用人次"); | |
103 | 110 | /** 儿童 */ |
104 | 111 | couponReportMap.put("7_1", "儿童建档券使用人次"); |
105 | 112 | couponReportMap.put("8_1", "新生儿保健券使用人次"); |