Commit 1d9405fdd9303acb3029c9b5e317147ea7678fd7
1 parent
4d4e0e39b0
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/AccessPermissionFacade.java
View file @
1d9405f
... | ... | @@ -141,7 +141,7 @@ |
141 | 141 | Iterator<String> it = set.iterator(); |
142 | 142 | while (it.hasNext()) { |
143 | 143 | String id = it.next(); |
144 | - if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(id) && !hospitalList.contains(id)) { | |
144 | + if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(id)) { | |
145 | 145 | allHospitalList.add(id); |
146 | 146 | } |
147 | 147 | } |