From 37df973c5404741e9862d04eb4c4f105b1fc04b1 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 30 Dec 2025 15:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=B6=E6=97=8F=E5=88=97=E8=A1=A8=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=99=90=E5=88=B650=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/command/family/FamilyHomeListExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dcb85760..a9bc9352 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 @@ -152,8 +152,8 @@ public class FamilyHomeListExe { cmd.requireReqSysOriginEnum(), userIds); return members.stream() - .limit(8) .sorted(getMemberComparator(levelMap)) + .limit(50) .map(member -> { UserProfile profile = profileMap.get(member.getMemberUserId()); UserConsumptionLevel level = levelMap.get(member.getMemberUserId());