Commit cf138b8d26f04bbb589a56b027ae117c14e72e30
1 parent
7d4a050292
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
cf138b8
| ... | ... | @@ -3283,7 +3283,7 @@ | 
| 3283 | 3283 | // babyQuery.setLastHighRisk(1); | 
| 3284 | 3284 | // babyQuery.setHighRisk(1); | 
| 3285 | 3285 | for (String s : babyQuery.getHospitalIdList()) { | 
| 3286 | - if(Integer.valueOf(s)==2100001605){//隆化县儿童管理 1:高危页面高危与体弱合并显示 | |
| 3286 | + if(Integer.valueOf(s)==2100001605||Integer.valueOf(s)==2100001452){//隆化县,围场妇幼,儿童管理 1:高危页面高危与体弱合并显示 | |
| 3287 | 3287 | babyQuery.setHighRiskAndWeakSon(1);//BabyModelQuery类 highRiskAndWeakSon自定义标识字段合并查询 | 
| 3288 | 3288 | }else{ | 
| 3289 | 3289 | babyQuery.setHighRisk(1); |