家族详情 用户昵称赋值

This commit is contained in:
tianfeng 2025-12-23 19:38:28 +08:00
parent 24e8781f97
commit d1a4522d18

View File

@ -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));
}
}