|
@@ -111,7 +111,7 @@ public class DefaultAccountOperator implements IAccountOperator {
|
|
|
LoginUser<Long> loginUser = SecurityUtil.getLoginUser();
|
|
LoginUser<Long> loginUser = SecurityUtil.getLoginUser();
|
|
|
SysUser sysUser = sysUserService.getById(loginUser.getId());
|
|
SysUser sysUser = sysUserService.getById(loginUser.getId());
|
|
|
AccountInfoVO accountInfoVO = BeanUtil.copyProperties(sysUser, AccountInfoVO.class);
|
|
AccountInfoVO accountInfoVO = BeanUtil.copyProperties(sysUser, AccountInfoVO.class);
|
|
|
- accountInfoVO.setRealName(sysUser.getNickname());
|
|
|
|
|
|
|
+ accountInfoVO.setRealName(sysUser.getRealname());
|
|
|
return accountInfoVO;
|
|
return accountInfoVO;
|
|
|
}
|
|
}
|
|
|
|
|
|