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