日志级别调整

This commit is contained in:
meixiongfeng 2023-12-19 12:01:21 +08:00
parent 447af63a0a
commit 188ef87b07

View File

@ -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
}
}