From c34c244ed7219d74f9a58feb9b33b57af454439e Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 30 Dec 2025 19:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=A4=84=E7=90=86?= 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 a9bc9352..88987b5e 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 @@ -177,7 +177,7 @@ public class FamilyHomeListExe { return Integer.compare(roleOrder1, roleOrder2); } - if (FamilyRoleEnum.MEMBER.name().equals(m1.getMemberRole())) { + if (FamilyRoleEnum.MEMBER.name().equals(m1.getMemberRole()) || FamilyRoleEnum.MANAGE.name().equals(m1.getMemberRole()) ) { UserConsumptionLevel level1 = levelMap.get(m1.getMemberUserId()); UserConsumptionLevel level2 = levelMap.get(m2.getMemberUserId());