diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyHomeListExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyHomeListExe.java index 6b7ce8ac..a16519df 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyHomeListExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/family/FamilyHomeListExe.java @@ -93,7 +93,7 @@ public class FamilyHomeListExe { return Collections.emptyList(); } - return List.of(familyBaseInfoService.getBaseInfoById(familyMemberInfo.getId())); + return List.of(familyBaseInfoService.getBaseInfoById(familyMemberInfo.getFamilyId())); } private FamilyHomeListCO buildFamilyHomeCO(FamilyHomeListCmd cmd, FamilyBaseInfo family, BigDecimal totalExp) {