From 188ef87b076ca0504bec51a3c9d7865bae54fa25 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Tue, 19 Dec 2023 12:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/tools/comp_configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/comp_configure.go b/modules/tools/comp_configure.go index 68f7e3009..a2901e654 100644 --- a/modules/tools/comp_configure.go +++ b/modules/tools/comp_configure.go @@ -175,7 +175,7 @@ func (this *MCompConfigure) GetGroupDataByLottery(lotteryId int32, vipLv int32, defer this.hlock.RUnlock() if _, ok := this._lotteryType1[lotteryId]; !ok { if _, ok := this._lotteryType2[lotteryId]; !ok { - this.module.Errorf("not found config lotterId:%d", lotteryId) + this.module.Debugf("not found config lotterId:%d", lotteryId) return } }