mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
## 修复 根据角色查询用户id的bug
This commit is contained in:
parent
c0bebb7755
commit
878a0ef638
@ -406,7 +406,7 @@ public class PermissionServiceImpl implements PermissionService {
|
|||||||
@Override
|
@Override
|
||||||
public Set<Long> getUserRoleIdListByRoleIds(Collection<Long> roleIds) {
|
public Set<Long> getUserRoleIdListByRoleIds(Collection<Long> roleIds) {
|
||||||
return CollectionUtils.convertSet(userRoleMapper.selectListByRoleIds(roleIds),
|
return CollectionUtils.convertSet(userRoleMapper.selectListByRoleIds(roleIds),
|
||||||
UserRoleDO::getRoleId);
|
UserRoleDO::getUserId);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user