whywhyo
2023-10-23 dc460ed61e3b0688addc8ee179edb0e7ebd953ef
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);
    }
//    /**
//     * 授权(只有家庭管理员才能调用这个接口)
//     */