This commit is contained in:
邹宗楠
2021-12-30 16:04:07 +08:00
parent 84a2921cfa
commit cbf0b09d11
5 changed files with 28 additions and 20 deletions

View File

@@ -5472,6 +5472,3 @@ 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)
}