部门一下权限问题

This commit is contained in:
mx 2024-11-14 19:05:36 +08:00
parent 99bf1c3e71
commit a01d1d35d7

View File

@ -40,7 +40,7 @@ public enum DataScopeType {
/**
* 部门及以下数据权限
*/
DEPT_AND_CHILD("4", " #{#deptName} IN ( #{@sdss.getDeptAndChild( #user.deptId )} )", " 1 = 0 "),
DEPT_AND_CHILD("4", " #{#deptName} IN ( #{@sdss.getDeptAndChild( #user.deptId )} )", " 1 = 1 "),
/**
* 仅本人数据权限