This commit is contained in:
邹宗楠
2021-12-30 15:54:43 +08:00
parent 0367c61d05
commit 84a2921cfa
6 changed files with 22 additions and 7 deletions

View File

@@ -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)
}