mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-01-04 02:45:29 +08:00
限制用户操作数据权限范围
This commit is contained in:
@ -85,9 +85,9 @@ public interface ISysRoleService
|
||||
/**
|
||||
* 校验角色是否有数据权限
|
||||
*
|
||||
* @param roleId 角色id
|
||||
* @param roleIds 角色id
|
||||
*/
|
||||
public void checkRoleDataScope(Long roleId);
|
||||
public void checkRoleDataScope(Long... roleIds);
|
||||
|
||||
/**
|
||||
* 通过角色ID查询角色使用数量
|
||||
|
||||
Reference in New Issue
Block a user