diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java index ae67c2b4..82afc994 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java @@ -213,7 +213,8 @@ public class GiftCountStrategy implements GiftStrategy { ? actualAmount.multiply(new BigDecimal(2)).setScale(0, RoundingMode.DOWN) : actualAmount; - consumptionLevelService.incrConsumptionGolds(runningWater.getUserId(), wealthActualAmount); +// 送礼物不再计入财富等级 +// consumptionLevelService.incrConsumptionGolds(runningWater.getUserId(), wealthActualAmount); //累计财富等级mq taskMqMessage.sendTask(TaskApprovalEvent.builder() .taskId(13)