From 2bcec3fa54e34a495b6fbfe81c82fdf61d28a971 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 5 Mar 2026 19:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=B9=B8=E8=BF=90=E7=A4=BC?= =?UTF-8?q?=E7=89=A9=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/common/gift/GameLuckyGiftCommon.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/common/gift/GameLuckyGiftCommon.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java index 256afcc0..7849a550 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java @@ -290,7 +290,7 @@ public class GameLuckyGiftCommon { return; } // 在自己的房间直接返回 - RoomProfileManager profileManager = roomProfileManagerService.getById(param.getRoomId()); + RoomProfileManager profileManager = roomProfileManagerService.getByUserId(param.getUserId()); if (profileManager == null || Objects.equals(profileManager.getId(), roomMember.getRoomId())) { return; }