Commit ad3dcbf80829c23becdc6368e472fbc3972c3c12
1 parent
45444831bb
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 5 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
ad3dcbf
... | ... | @@ -5011,10 +5011,14 @@ |
5011 | 5011 | public void uploadProvince() { |
5012 | 5012 | lhxfyService.uploadingProvinceTask(); |
5013 | 5013 | } |
5014 | + /** | |
5015 | + * 滦平定制2021.12.31-指导意见模板添加 | |
5016 | + */ | |
5014 | 5017 | @RequestMapping(value = "/test/Guidelines", method = RequestMethod.GET) |
5015 | 5018 | @ResponseBody |
5016 | 5019 | public void testGuidelines() { |
5017 | 5020 | try { |
5021 | + //该模板内容在滦平妇幼2021年11月26日需求文档中,需整理成csv文档执行 | |
5018 | 5022 | List<String> list = FileUtils.readLines(new File("E:\\temp\\儿童指导意见.csv"),"GBK"); |
5019 | 5023 | int i = 0; |
5020 | 5024 | for (String line : list) { |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
ad3dcbf
... | ... | @@ -4789,7 +4789,7 @@ |
4789 | 4789 | map.put("middle"+i,middle); |
4790 | 4790 | //重度贫血 |
4791 | 4791 | query.setHemoglobinStart(matterHls); |
4792 | - query.setHemoglobinEnd(matterHls); | |
4792 | + query.setHemoglobinEnd(matterHln); | |
4793 | 4793 | int matter =babyCheckService.queryBabyCheckCount(query); |
4794 | 4794 | map.put("matter"+i,matter); |
4795 | 4795 |