Revert "幸运礼物接受不送金币和钻石"
This reverts commit cbc8e1fc9e59dcd481555df571b2b73c596d21e8.
This commit is contained in:
parent
9ee1215195
commit
222b444d77
@ -106,7 +106,7 @@ public class GiftPrizeAcceptStrategy implements GiftStrategy {
|
|||||||
walletDiamondClient.changeBalance(cmd);*//*
|
walletDiamondClient.changeBalance(cmd);*//*
|
||||||
} else{*/
|
} else{*/
|
||||||
// 发送金币
|
// 发送金币
|
||||||
/*if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())
|
if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())
|
||||||
&& Boolean.FALSE.equals(isLuckyGift)) {
|
&& Boolean.FALSE.equals(isLuckyGift)) {
|
||||||
|
|
||||||
Long consumeId = walletGoldClient.changeBalance(GoldReceiptCmd.builder()
|
Long consumeId = walletGoldClient.changeBalance(GoldReceiptCmd.builder()
|
||||||
@ -124,10 +124,10 @@ public class GiftPrizeAcceptStrategy implements GiftStrategy {
|
|||||||
|
|
||||||
giftGiveRunningWaterService.updateAcceptUserReceiptId(runningWater.getId(),
|
giftGiveRunningWaterService.updateAcceptUserReceiptId(runningWater.getId(),
|
||||||
accept.getAcceptUserId(), consumeId);
|
accept.getAcceptUserId(), consumeId);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
// 发放幸运礼物钻石
|
// 发放幸运礼物钻石
|
||||||
/*if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())
|
if (GiftCurrencyType.GOLD.eq(runningWater.getGiftValue().getCurrencyType())
|
||||||
&& Boolean.TRUE.equals(isLuckyGift)) {
|
&& Boolean.TRUE.equals(isLuckyGift)) {
|
||||||
|
|
||||||
walletDiamondClient.changeBalance(
|
walletDiamondClient.changeBalance(
|
||||||
@ -143,7 +143,7 @@ public class GiftPrizeAcceptStrategy implements GiftStrategy {
|
|||||||
.setAmount(accept.getAcceptAmount())
|
.setAmount(accept.getAcceptAmount())
|
||||||
.setCreateTime(TimestampUtils.now())
|
.setCreateTime(TimestampUtils.now())
|
||||||
);
|
);
|
||||||
}*/
|
}
|
||||||
//}
|
//}
|
||||||
|
|
||||||
// 发放积分
|
// 发放积分
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user