mirror of https://gitee.com/stylefeng/roses
【8.1.7】【system】更新simple用户默认姓名为昵称
parent
a5ae884c97
commit
c3eec812d4
|
@ -92,6 +92,9 @@ public class SysUserCreateFactory {
|
||||||
// 设置用户默认头像
|
// 设置用户默认头像
|
||||||
sysUser.setAvatar(FileConstants.DEFAULT_AVATAR_FILE_ID);
|
sysUser.setAvatar(FileConstants.DEFAULT_AVATAR_FILE_ID);
|
||||||
|
|
||||||
|
// 设置真是姓名为昵称一样
|
||||||
|
sysUser.setRealName(addUserDTO.getNickName());
|
||||||
|
|
||||||
return sysUser;
|
return sysUser;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue