From cbc8e1fc9e59dcd481555df571b2b73c596d21e8 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 17 Sep 2025 20:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E7=A4=BC=E7=89=A9=E6=8E=A5?= =?UTF-8?q?=E5=8F=97=E4=B8=8D=E9=80=81=E9=87=91=E5=B8=81=E5=92=8C=E9=92=BB?= =?UTF-8?q?=E7=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../listener/gift/strategy/GiftPrizeAcceptStrategy.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftPrizeAcceptStrategy.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftPrizeAcceptStrategy.java index f8fd900d..d48f3c40 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftPrizeAcceptStrategy.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftPrizeAcceptStrategy.java @@ -106,7 +106,7 @@ public class GiftPrizeAcceptStrategy implements GiftStrategy { walletDiamondClient.changeBalance(cmd);*//* } else{*/ // 发送金币 - if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType()) + /*if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType()) && Boolean.FALSE.equals(isLuckyGift)) { Long consumeId = walletGoldClient.changeBalance(GoldReceiptCmd.builder() @@ -124,10 +124,10 @@ public class GiftPrizeAcceptStrategy implements GiftStrategy { giftGiveRunningWaterService.updateAcceptUserReceiptId(runningWater.getId(), accept.getAcceptUserId(), consumeId); - } + }*/ // 发放幸运礼物钻石 - if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType()) + /*if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType()) && Boolean.TRUE.equals(isLuckyGift)) { walletDiamondClient.changeBalance( @@ -143,7 +143,7 @@ public class GiftPrizeAcceptStrategy implements GiftStrategy { .setAmount(accept.getAcceptAmount()) .setCreateTime(TimestampUtils.now()) ); - } + }*/ //} // 发放积分