【更新】升级角色功能,业务管理员可以授权给个人全局角色啦

This commit is contained in:
xiaonuobase
2023-08-11 19:11:01 +08:00
parent b584c17d58
commit 67bf454e66
6 changed files with 68 additions and 7 deletions

View File

@@ -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);
/**
* 代码生成菜单按钮授权