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