diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java index 6c7be196..23c2dcc2 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/common/gift/GameLuckyGiftCommon.java @@ -340,7 +340,7 @@ public class GameLuckyGiftCommon { // 发送中奖金币 BigDecimal balance = sendGold(param.getUserId(), param.getSysOrigin(), awardAmount); - getDataUpdateCmd(param.getUserId(), awardAmount); +// getDataUpdateCmd(param.getUserId(), awardAmount); // 发送中奖通知 sendMsg(param, multiple, balance, awardAmount);