Commit f872297049d5bdbe24f7bcb0c1bcaf67c3a880f0
1 parent
7ed5e249ff
Exists in
master
and in
6 other branches
修复异常
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
f872297
... | ... | @@ -202,7 +202,7 @@ |
202 | 202 | //所有数据 由原来的baseConfing ==> Organization |
203 | 203 | //List<String> hospPermissions = areaCountFacade.getCurrentUserHospPermissions(id, null, null, null); |
204 | 204 | List<String> hospPermissions = new ArrayList<>(); |
205 | - hospPermissions.add(id.toString()); | |
205 | + hospPermissions.add(hospitalId); | |
206 | 206 | if (CollectionUtils.isNotEmpty(hospPermissions)) { |
207 | 207 | List<Organization> organizations = organizationService.getOrganizationByHosps(hospPermissions); |
208 | 208 | if (CollectionUtils.isNotEmpty(organizations)) { |