上传日志输出代码

This commit is contained in:
liwei 2023-08-02 17:29:47 +08:00
parent 7b1b393922
commit 7d521d84fa

View File

@ -199,7 +199,7 @@ func (this *configureComp) getWorldtaskBattleById(confId int32) (conf *cfg.GameW
return
} else {
if conf, ok = v.(*cfg.GameWorldBattle).GetDataMap()[confId]; !ok {
err = comm.NewNotFoundConfErr(modulename, gameWorldTask, confId)
err = comm.NewNotFoundConfErr(modulename, gameWorldtaskBattle, confId)
this.module.Errorf("err:%v", err)
return
}