Revert "幸运礼物接受不送金币和钻石"

This reverts commit cbc8e1fc9e59dcd481555df571b2b73c596d21e8.
This commit is contained in:
tianfeng 2025-09-25 15:40:28 +08:00
parent 9ee1215195
commit 222b444d77

View File

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