fix issue in unnacessary quoting of fields in select statement of gdb.Model

This commit is contained in:
John
2020-04-27 16:30:53 +08:00
parent fa66bf5d9d
commit 5db10add4a
5 changed files with 41 additions and 12 deletions

View File

@ -15,10 +15,6 @@ import (
"github.com/gogf/gf/test/gtest"
)
func interfaceNil() interface{} {
return nil
}
func nilError() error {
return nil
}