家族详情 用户昵称赋值
This commit is contained in:
parent
24e8781f97
commit
d1a4522d18
@ -61,7 +61,7 @@ public class FamilyBaseInfoExe {
|
||||
adminInfo.setUserId(userProfile.getId());
|
||||
adminInfo.setAccount(userProfile.getAccount());
|
||||
adminInfo.setUserAvatar(userProfile.getUserAvatar());
|
||||
adminInfo.setAccount(userProfile.getAccount());
|
||||
adminInfo.setUserNickName(userProfile.getUserNickname());
|
||||
adminInfo.setSpecialAccount(Optional.ofNullable(userProfile.getOwnSpecialId()).map(OwnSpecialId::getAccount).orElse(null));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user