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);