Commit 2bf46c8eea3fa24a621e7e0b9283fe4694d790d6
1 parent
42a24920f3
Exists in
dev
fix:优化儿童转诊列表相关逻辑
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyDepartmentReferralFacade.java
View file @
2bf46c8
... | ... | @@ -318,7 +318,7 @@ |
318 | 318 | String hospitalId = autoMatchFacade.getHospitalId(userId); |
319 | 319 | //1 转出 2 转入 |
320 | 320 | List list = new ArrayList(); |
321 | - if ("2100002419".equals(hospitalId)){ | |
321 | + if (!"2100002419".equals(hospitalId)){ | |
322 | 322 | list.add("erbao"); |
323 | 323 | list.add("yyzk"); |
324 | 324 | list.add("xlzk"); |