家族列表报错修复
This commit is contained in:
parent
d20e7cf6ff
commit
280c98eaf4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user