open default globalIsRelated
设置默认全局预加载为true
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/jinzhu/gorm"
|
||||
)
|
||||
|
||||
var globalIsRelated bool // 全局预加载
|
||||
var globalIsRelated bool = true // 全局预加载
|
||||
|
||||
// prepare for other
|
||||
type _BaseMgr struct {
|
||||
|
||||
Reference in New Issue
Block a user