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()) ); - } + }*/ //} // 发放积分