|
@@ -1133,6 +1133,7 @@ public class SysUserController {
|
|
// 区域管理员
|
|
// 区域管理员
|
|
else if (operatorRoleIds.contains(4)) {
|
|
else if (operatorRoleIds.contains(4)) {
|
|
role = roleId2RoleMap.get(4);
|
|
role = roleId2RoleMap.get(4);
|
|
|
|
+ query.setDeptId(user.getDeptId());
|
|
needArea = true;
|
|
needArea = true;
|
|
}
|
|
}
|
|
// 服务商管理员
|
|
// 服务商管理员
|