Commit abd292c1ca41f141d1fc95b071667093d6199d99
1 parent
a0de11cfb2
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 @
abd292c
| ... | ... | @@ -123,7 +123,7 @@ |
| 123 | 123 | * @param userId |
| 124 | 124 | * @return |
| 125 | 125 | */ |
| 126 | - private List<String> getCurrentUserHospPermissions(Integer userId) | |
| 126 | + public List<String> getCurrentUserHospPermissions(Integer userId) | |
| 127 | 127 | { |
| 128 | 128 | List<String> hospitalList = new ArrayList<>(); |
| 129 | 129 | String hospital = autoMatchFacade.getHospitalId(userId); |