DBModule去掉打印消息

This commit is contained in:
learnmore2019
2019-02-25 15:58:39 +08:00
parent af9d089472
commit a28b1f30eb

View File

@@ -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")