diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyBaseInfoExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyBaseInfoExe.java index 3863b496..636131ba 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyBaseInfoExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyBaseInfoExe.java @@ -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)); } }