Commit ce7a0cf1a45583ca4be58a3ab5ce8a22d2a59fa5
1 parent
f7d1b085ee
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
ce7a0cf
... | ... | @@ -105,6 +105,9 @@ |
105 | 105 | //高危儿的基础数据 |
106 | 106 | map.put("gaoWeiEnmum", mainBasicConfigList); |
107 | 107 | |
108 | + List diseases = BabyDiseaseEnums.getBabyDiseaseEnums(); | |
109 | + map.put("diseases", diseases); | |
110 | + | |
108 | 111 | if (CollectionUtils.isEmpty(tiRuoBasicConfigList)) { |
109 | 112 | BasicConfigQuery basicConfigQuery = new BasicConfigQuery(); |
110 | 113 | basicConfigQuery.setEnable(1); |