aa
This commit is contained in:
@@ -5451,3 +5451,13 @@ func InsertBrandCategories(ctx *jxcontext.Context, brandID int) (err error) {
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
func UpdateStoreTemplate(ctx *jxcontext.Context, storeID int, content, sound string) (err error) {
|
||||
var (
|
||||
db = dao.GetDB()
|
||||
store = &model.Store{}
|
||||
)
|
||||
store.ID = storeID
|
||||
dao.GetEntity(db, store)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user