clear log
This commit is contained in:
parent
3054198020
commit
a79b7419d3
@ -112,7 +112,7 @@ public class RoleServiceImpl implements RoleService {
|
||||
*/
|
||||
@Override
|
||||
public List<SaasRoleVO> query(QuerySaasRoleReq req) {
|
||||
// 根据工作台类型和单位类型查询角色分组 todo 验空值和 1,12 数组匹配问题,传1只有一个结果返回
|
||||
// 根据工作台类型和单位类型查询角色分组
|
||||
List<SaasRoleGroup> roleGroup = new ArrayList<>();
|
||||
if (CollectionUtils.isNotEmpty(req.getWorkspaceTypeCode()) || CollectionUtils.isNotEmpty(req.getOuTypeCode())) {
|
||||
roleGroup = saasRoleGroupDao.query(QuerySaasRoleGroupReq.builder()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user