我的排名数据修复
This commit is contained in:
parent
ffcf08fcb4
commit
c393cc5b91
@ -56,6 +56,7 @@ public class FamilyLeaderboardExe {
|
|||||||
.map(FamilyMemberWeekExp::getFamilyMemberId)
|
.map(FamilyMemberWeekExp::getFamilyMemberId)
|
||||||
.collect(Collectors.toSet());
|
.collect(Collectors.toSet());
|
||||||
|
|
||||||
|
userIds.add(cmd.getReqUserId());
|
||||||
Set<Long> hostUserIds = getHostUserIds(userIds);
|
Set<Long> hostUserIds = getHostUserIds(userIds);
|
||||||
Map<Long, UserProfile> userProfileMap = userProfileGateway.mapByUserIds(userIds);
|
Map<Long, UserProfile> userProfileMap = userProfileGateway.mapByUserIds(userIds);
|
||||||
|
|
||||||
|
|||||||
@ -52,6 +52,7 @@ public class FamilyMemberTop100Exe {
|
|||||||
.map(FamilyMemberTotalExp::getFamilyMemberId)
|
.map(FamilyMemberTotalExp::getFamilyMemberId)
|
||||||
.collect(Collectors.toSet());
|
.collect(Collectors.toSet());
|
||||||
|
|
||||||
|
userIds.add(cmd.getReqUserId());
|
||||||
Set<Long> hostUserIds = getHostUserIds(userIds);
|
Set<Long> hostUserIds = getHostUserIds(userIds);
|
||||||
Map<Long, UserProfile> userProfileMap = userProfileGateway.mapByUserIds(userIds);
|
Map<Long, UserProfile> userProfileMap = userProfileGateway.mapByUserIds(userIds);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user