123
This commit is contained in:
@@ -5472,3 +5472,6 @@ func UpdateStoreTemplate(ctx *jxcontext.Context, storeID int, content, sound str
|
||||
_, err = dao.UpdateEntity(db, store, "PrinterTemplate", "PrinterSound")
|
||||
return err
|
||||
}
|
||||
func GetStoreBrandID(ctx *jxcontext.Context, storeID int) (brandID int, err error) {
|
||||
return dao.GetStoreBrandID(dao.GetDB(), storeID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user