add comment
This commit is contained in:
parent
2eb2573fa4
commit
52f71613d3
@ -34,8 +34,9 @@ public class RoleServiceImpl implements RoleService {
|
||||
|
||||
@Override
|
||||
public ApiListResult<SaasRoleVO> queryByIdentityIdType(Long identityId, Integer identityType) {
|
||||
// 查询人关联的角色id
|
||||
Set<Long> roleIds = roleUserRelationDao.queryByIdentityIdType(identityId, identityType).stream().map(SaasRoleUserRelation::getRoleId).collect(Collectors.toSet());
|
||||
// todo
|
||||
// 根据角色列表查询角色列表
|
||||
return ApiListResult.ok(null);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user