From 688057d5a031e97375fd2e14e769005d3630b6c7 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 28 Apr 2026 18:45:15 +0800 Subject: [PATCH] =?UTF-8?q?cp=E5=8F=91=E9=80=81=E7=A4=BC=E7=89=A9=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=B6=88=E6=81=AF-=E6=96=B0=E5=A2=9EroomId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2f25fb000141a83ccc51236c35de6d30d39f4b71) --- .../other/app/service/user/CpGiftWindowBroadcastService.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/service/user/CpGiftWindowBroadcastService.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/CpGiftWindowBroadcastService.java index d6dbf44d..3e3727cb 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/CpGiftWindowBroadcastService.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/CpGiftWindowBroadcastService.java @@ -93,7 +93,7 @@ public class CpGiftWindowBroadcastService { GiftConfigDTO giftConfig, int giftWindowLevel, int cpLevel) { Map data = new HashMap<>(); - data.put("runningWaterId", String.valueOf(runningWater.getId())); + data.put("roomId", String.valueOf(runningWater.getOriginId())); data.put("giftWindowLevel", giftWindowLevel); data.put("cpLevel", cpLevel);