mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +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)
|
.ne(RoleDO::getId, 1)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return roleMapper.selectListByStatus(statuses, organId);
|
return roleMapper.selectListByStatus(statuses, ObjectUtil.isNotNull(organId) ? organId : loginUser.getOrganId());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user