mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2025-10-17 07:13:56 +00:00
修改时检查用户数据权限范围
This commit is contained in:
@@ -83,6 +83,13 @@ public interface ISysDeptService
|
||||
*/
|
||||
public String checkDeptNameUnique(SysDept dept);
|
||||
|
||||
/**
|
||||
* 校验部门是否有数据权限
|
||||
*
|
||||
* @param deptId 部门id
|
||||
*/
|
||||
public void checkDeptDataScope(Long deptId);
|
||||
|
||||
/**
|
||||
* 新增保存部门信息
|
||||
*
|
||||
|
Reference in New Issue
Block a user