From ce04ba917cd81341cdbc903c051490f581a791b5 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 18 Sep 2025 19:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=81=E7=A4=BC=E7=89=A9=E4=B8=8D=E5=9C=A8?= =?UTF-8?q?=E8=AE=A1=E5=85=A5=E8=B4=A2=E5=AF=8C=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/listener/gift/strategy/GiftCountStrategy.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)