mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
禅道#958、#952修复
This commit is contained in:
BIN
Binary file not shown.
+1
-1
@@ -268,7 +268,7 @@ public class RoleServiceImpl implements RoleService {
|
||||
.ne(RoleDO::getId, 1)
|
||||
);
|
||||
}
|
||||
return roleMapper.selectListByStatus(statuses, organId);
|
||||
return roleMapper.selectListByStatus(statuses, ObjectUtil.isNotNull(organId) ? organId : loginUser.getOrganId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user