From a28b1f30eb8e003d5524030f78e72b4d490487c1 Mon Sep 17 00:00:00 2001 From: learnmore2019 <772381604@qq.com> Date: Mon, 25 Feb 2019 15:58:39 +0800 Subject: [PATCH] =?UTF-8?q?DBModule=E5=8E=BB=E6=8E=89=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sysmodule/DBModule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmodule/DBModule.go b/sysmodule/DBModule.go index acff520..23fcfb3 100644 --- a/sysmodule/DBModule.go +++ b/sysmodule/DBModule.go @@ -94,7 +94,7 @@ func (slf *DBResult) UnMarshal(out interface{}) error { if err != nil { return err } - fmt.Println(tbm) + //fmt.Println(tbm) v := reflect.ValueOf(out) if v.Kind() != reflect.Ptr { return errors.New("interface must be a pointer")