From 4ce720a7f2a7647406aaae876fef81afeddb8ff6 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 4 Sep 2023 11:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=89=E8=90=BD=E7=BB=84?= 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 ac66558a9..c0963cf91 100644 --- a/modules/tools/comp_configure.go +++ b/modules/tools/comp_configure.go @@ -196,7 +196,7 @@ func (this *MCompConfigure) GetGroupDataByLottery(lotteryId int32, vipLv int32, lottery1, ok1 = this._lotteryType1[lotteryId] lottery2, ok2 = this._lotteryType2[lotteryId] this.hlock.RUnlock() - if !ok1 || !ok2 { + if ok1 || ok2 { this.module.Errorf("not found config lotterId:%d", lotteryId) return }