## 修复 根据角色查询用户id的bug
parent
c0bebb7755
commit
878a0ef638
|
@ -406,7 +406,7 @@ public class PermissionServiceImpl implements PermissionService {
|
|||
@Override
|
||||
public Set<Long> getUserRoleIdListByRoleIds(Collection<Long> roleIds) {
|
||||
return CollectionUtils.convertSet(userRoleMapper.selectListByRoleIds(roleIds),
|
||||
UserRoleDO::getRoleId);
|
||||
UserRoleDO::getUserId);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue