Commit 5ea2724ad819ab8dca3c1f309793a203d0229c65
1 parent
57b2d439a7
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PreEugebicsServiceImpl.java
View file @
5ea2724
... | ... | @@ -573,9 +573,9 @@ |
573 | 573 | List<Map<String,Object>> datas = getDatas( time, userId); |
574 | 574 | Map<String, String> cnames = new LinkedHashMap<>(); |
575 | 575 | cnames.put("name", "乡镇"); |
576 | - cnames.put("hjCount", "单婚"); | |
577 | - cnames.put("yjCount", "单孕"); | |
578 | - cnames.put("tcCount", "套餐"); | |
576 | + cnames.put("hjCount", "婚检"); | |
577 | + cnames.put("yjCount", "孕检"); | |
578 | + cnames.put("tcCount", "婚孕检"); | |
579 | 579 | ResponseUtil.responseExcel(cnames, datas, response); |
580 | 580 | |
581 | 581 | } |