mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 02:37:16 +08:00
【更新】升级角色功能,业务管理员可以授权给个人全局角色啦
This commit is contained in:
@@ -39,7 +39,7 @@ public interface SysRoleApi {
|
||||
* @author xuyuxiang
|
||||
* @date 2022/7/22 14:49
|
||||
**/
|
||||
Page<JSONObject> roleSelector(String orgId, String category, String searchKey, List<String> dataScopeList);
|
||||
Page<JSONObject> roleSelector(String orgId, String category, String searchKey, List<String> dataScopeList, boolean excludeSuperAdmin);
|
||||
|
||||
/**
|
||||
* 代码生成菜单按钮授权
|
||||
|
||||
Reference in New Issue
Block a user