From 91bc6c65a6cb9e447e3816e72af9b8a3894c7e95 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 14 Jun 2022 11:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0db=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/db_comp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/db_comp.go b/modules/db_comp.go index 58e08a0d9..c419f5a94 100644 --- a/modules/db_comp.go +++ b/modules/db_comp.go @@ -18,7 +18,7 @@ import ( type MComp_DBComp struct { cbase.ModuleCompBase S base.IRPCXService //rpc服务对象 - M core.IModule //当前业务模块 + M IModule //当前业务模块 DB mgo.ISys }