From fae7993d35db915af74e1d1fdbe3ec136e19a069 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 18 Sep 2025 18:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E9=87=8A=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=92=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/listener/gift/GiveGiftsListener.java | 4 ++-- .../other/infra/gateway/user/UserProfileGatewayImpl.java | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/GiveGiftsListener.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/GiveGiftsListener.java index 15b1138c..a7d4e429 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/GiveGiftsListener.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/GiveGiftsListener.java @@ -137,12 +137,12 @@ public class GiveGiftsListener implements MessageListener { private void process(GiveAwayGiftBatchEvent eventBody) { processGiftSend(eventBody); - processGameBurstCrystal(eventBody); + /*processGameBurstCrystal(eventBody); try { processBarrageGame(eventBody); } catch (Exception e) { log.error("赠送礼物请求百顺发送特技异常", e); - } + }*/ // 发送IM通知 sendIM(eventBody); } diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/user/UserProfileGatewayImpl.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/user/UserProfileGatewayImpl.java index d240a8bd..1aca4bf2 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/user/UserProfileGatewayImpl.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/gateway/user/UserProfileGatewayImpl.java @@ -407,14 +407,6 @@ public class UserProfileGatewayImpl implements UserProfileGateway { @Override public UserConsumptionLevel getUserConsumptionLevel(SysOriginPlatformEnum sysOrigin, Long userId) { - //应产品需求这些账号不能升级 - /*if(userId == 1807604920249827329L||userId==1808800573464178690L){ - return new UserConsumptionLevel() - .setWealthLevel(0) - .setWealthExp(BigDecimal.ZERO) - .setCharmLevel(0) - .setCharmExp(BigDecimal.ZERO); - }*/ return userProfileInfraConvertor.toUserConsumptionLevel( userCacheService.getUserConsumptionLevel(userId, (uid) -> { ConsumptionLevel level = consumptionLevelService.getByUserId(uid);