From c7d11afcbd5ad09b026a70d1db51e88183a5e9bb Mon Sep 17 00:00:00 2001 From: duanhf2012 Date: Wed, 13 May 2020 16:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=87=AA=E5=AE=9A=E4=B9=89Mo?= =?UTF-8?q?dule=20id=E6=97=B6=E5=A4=B1=E8=B4=A5=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/module.go b/service/module.go index 5bff65a..181aa86 100644 --- a/service/module.go +++ b/service/module.go @@ -57,7 +57,7 @@ type Module struct { func (slf *Module) SetModuleId(moduleId int64) bool{ - if moduleId > 0 { + if slf.moduleId > 0 { return false }