aa
This commit is contained in:
@@ -4762,6 +4762,6 @@ func GetPageBrands(ctx *jxcontext.Context) (brands []*model.PageBrand, err error
|
||||
sql := `
|
||||
SELECT * FROM page_brand
|
||||
`
|
||||
dao.GetRow(db, &brands, sql)
|
||||
dao.GetRows(db, &brands, sql)
|
||||
return brands, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user