退出接口修改-查询用户详情添加管理员的角色名
parent
bcd5859129
commit
c9409b33cd
|
@ -780,7 +780,7 @@ public class UserServiceImpl implements UserService {
|
|||
|
||||
//给用户设置管理端的角色名
|
||||
List<Role> managerRoles = roleRepository.listByManager(user.getId());
|
||||
if (!ListTool.isEmpty(roles)) {
|
||||
if (!ListTool.isEmpty(managerRoles)) {
|
||||
for (Role role : managerRoles) {
|
||||
if(!roleNames.contains(role.getName())){
|
||||
roleNames.add(role.getName());
|
||||
|
|
Loading…
Reference in New Issue