Commit ef7c0c97fd9dffa223943ff9794cef8ed5dcac33
1 parent
3cb58c4e92
Exists in
master
and in
6 other branches
增加产检券类型
Showing 1 changed file with 11 additions and 11 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
ef7c0c9
... | ... | @@ -96,17 +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", "产检券四券使用人次"); | |
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", "产检券十一券使用人次"); | |
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", "产检券(十二)券使用人次"); | |
110 | 110 | /** 儿童 */ |
111 | 111 | couponReportMap.put("7_1", "儿童建档券使用人次"); |
112 | 112 | couponReportMap.put("8_1", "新生儿保健券使用人次"); |