|
@@ -118,7 +118,7 @@ public class AuthServiceImpl implements AuthService {
|
|
|
throw new StatusException("B-001003", "密码错误");
|
|
|
}
|
|
|
user.setUserId(userEntity.getId());
|
|
|
- user.setDisplayName(userEntity.getLoginName());
|
|
|
+ user.setDisplayName(userEntity.getLoginName()+" ("+userEntity.getName()+")");
|
|
|
user.setRootOrgId(userEntity.getRootOrgId());
|
|
|
user.setRootOrgName(rootOrg.getName());
|
|
|
user.setOrgId(userEntity.getOrgId());
|