From 6c1af1394f89578d52a2f3c1469f7c450dce09e1 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 24 May 2023 19:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/oldtimes/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oldtimes/module.go b/modules/oldtimes/module.go index 7cb9bc659..c55e8443b 100644 --- a/modules/oldtimes/module.go +++ b/modules/oldtimes/module.go @@ -22,7 +22,7 @@ func NewModule() core.IModule { func (this *Oldtimes) Init(service core.IService, module core.IModule, options core.IModuleOptions) (err error) { err = this.ModuleBase.Init(service, module, options) - + this.service = service.(base.IRPCXService) return }