diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftSendRocketListener.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftSendRocketListener.java index a0216e4d..ff91be53 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftSendRocketListener.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftSendRocketListener.java @@ -61,11 +61,11 @@ public class GiftSendRocketListener implements GiftStrategy { } // 跳过白名单用户 - String rocketRoomList = enumConfigCacheService.getValue( - EnumConfigKey.ROCKET_ROOM_LIST, runningWater.getSysOrigin()); - if (StringUtils.isBlank(rocketRoomList) || !rocketRoomList.contains(originId)) { - return; - } +// String rocketRoomList = enumConfigCacheService.getValue( +// EnumConfigKey.ROCKET_ROOM_LIST, runningWater.getSysOrigin()); +// if (StringUtils.isBlank(rocketRoomList) || !rocketRoomList.contains(originId)) { +// return; +// } // 2. 只处理金币礼物 if (!GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())) {