我的排名数据修复

This commit is contained in:
tianfeng 2025-12-29 15:44:45 +08:00
parent ffcf08fcb4
commit c393cc5b91
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ public class FamilyLeaderboardExe {
.map(FamilyMemberWeekExp::getFamilyMemberId)
.collect(Collectors.toSet());
userIds.add(cmd.getReqUserId());
Set<Long> hostUserIds = getHostUserIds(userIds);
Map<Long, UserProfile> userProfileMap = userProfileGateway.mapByUserIds(userIds);

View File

@ -52,6 +52,7 @@ public class FamilyMemberTop100Exe {
.map(FamilyMemberTotalExp::getFamilyMemberId)
.collect(Collectors.toSet());
userIds.add(cmd.getReqUserId());
Set<Long> hostUserIds = getHostUserIds(userIds);
Map<Long, UserProfile> userProfileMap = userProfileGateway.mapByUserIds(userIds);