优化模版生成

This commit is contained in:
linwenxiang
2020-09-16 22:42:13 +08:00
parent 91f2adb340
commit 6bc3e6c00b
12 changed files with 53 additions and 50 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ m = r.sub == p.sub && (keyMatch2(r.obj, p.obj) || keyMatch(r.obj, p.obj)) && (r.
`
func Setup() {
Apter, err := gormAdapter.NewAdapterByDBUsePrefix(global.Eloquent,"sys_")
Apter, err := gormAdapter.NewAdapterByDBUsePrefix(global.Eloquent, "sys_")
if err != nil {
panic(err)
}