Commit af12ca91c1a805d5057917c5dc78a3d08e245822

Authored by rui.zhang
1 parent caf228aecf

platform permission

add return pageinfo

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RolesController.java View file @ af12ca9
... ... @@ -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,