ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZAuthorityController.java
@@ -56,6 +56,14 @@ return zAuthorityService.managerAuthority(authorityDto); } /** * 查看其他人现有的权限 */ @PostMapping("/list/other") public AjaxResult getOtherAuthority(@RequestBody AuthorityDto authorityDto){ return zAuthorityService.getOtherAuthority(authorityDto); } // /** // * 授权(只有家庭管理员才能调用这个接口) // */