This commit is contained in:
suyl
2021-05-21 10:09:50 +08:00
parent fa09361fe5
commit 3271c472b3

View File

@@ -4758,6 +4758,7 @@ func GetPageBrands(ctx *jxcontext.Context) (brands []*model.PageBrand, err error
var (
db = dao.GetDB()
)
db.Db = orm.NewOrmUsingDB("c4beta")
sql := `
SELECT * FROM page_brand
`