Commit 3ba82715b574ff9a58f4db7f2eb8b7e69a820b25
1 parent
0274b4a5ad
Exists in
master
and in
6 other branches
bbbbbb
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PermissionsController.java
View file @
3ba8271
| ... | ... | @@ -68,6 +68,7 @@ |
| 68 | 68 | |
| 69 | 69 | @TokenRequired |
| 70 | 70 | @RequestMapping("/checkPermission") |
| 71 | + @ResponseBody | |
| 71 | 72 | public BaseResponse checkPermission(String provinceId, String cityId, String areaId, HttpServletRequest request) { |
| 72 | 73 | List<String> currentUserHospPermissions = areaCountFacade.getCurrentUserHospPermissions(getUserId(request), provinceId, |
| 73 | 74 | cityId, areaId); |