From 9ef37c2a3bba851c2754646446d06697039f4d4a Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 22 Dec 2025 11:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E7=A4=BC=E7=89=A9=E6=89=93?= =?UTF-8?q?=E6=A6=9C=E6=B4=BB=E5=8A=A8=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/common/gift/GameLuckyGiftCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);