Commit 783dba0a22e0bcb77a481b2bb691fc75ea54d681
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RolesController.java
View file @
783dba0
| ... | ... | @@ -98,7 +98,7 @@ |
| 98 | 98 | /** |
| 99 | 99 | * 角色绑定访问权限 |
| 100 | 100 | */ |
| 101 | - @RequestMapping(value = "/roles/permissionv2", method = RequestMethod.POST) | |
| 101 | + @RequestMapping(value = "/roles/dataAccessByRole", method = RequestMethod.POST) | |
| 102 | 102 | @TokenRequired |
| 103 | 103 | public void updateUserPermission(HttpServletResponse response, |
| 104 | 104 | @RequestParam(value = "id") Integer id, |