From 7d521d84fabdba260558f3a4e4c46ee971041bd0 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Wed, 2 Aug 2023 17:29:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/wtask/configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wtask/configure.go b/modules/wtask/configure.go index 0e0b3cc0a..b2cd559ce 100644 --- a/modules/wtask/configure.go +++ b/modules/wtask/configure.go @@ -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 } From 00bd6bfc2a4809824373bb49e64d021abd0abc42 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Wed, 2 Aug 2023 17:31:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B9=85=E7=9A=84?= =?UTF-8?q?=E4=B8=96=E7=95=8C=E4=BB=BB=E5=8A=A1=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/worker/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/worker/main.go b/services/worker/main.go index a3e94fb00..e0cd54706 100644 --- a/services/worker/main.go +++ b/services/worker/main.go @@ -58,7 +58,6 @@ import ( "go_dreamfactory/modules/user" "go_dreamfactory/modules/viking" "go_dreamfactory/modules/warorder" - "go_dreamfactory/modules/worldtask" "go_dreamfactory/modules/wtask" "go_dreamfactory/services" "go_dreamfactory/sys/db" @@ -119,7 +118,7 @@ func main() { pay.NewModule(), privilege.NewModule(), growtask.NewModule(), - worldtask.NewModule(), + // worldtask.NewModule(), academy.NewModule(), reddot.NewModule(), combat.NewModule(),