mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
DBModule去掉打印消息
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user