This commit is contained in:
suyl
2021-09-26 10:52:12 +08:00
parent 8159861654
commit f97eea31e0
2 changed files with 13 additions and 5 deletions

View File

@@ -5141,7 +5141,7 @@ func GetStoreMapAudit(ctx *jxcontext.Context, storeIDs, vendorIDs, auditStatuss
return dao.GetStoreMapAudit(dao.GetDB(), storeIDs, vendorIDs, auditStatuss, utils.Str2Time(fromTime), utils.Str2Time(toTime), offset, pageSize)
}
func GetBrandUser(ctx *jxcontext.Context, brandID int) (brandUsers []*model.BrandUser, err error) {
func GetBrandUser(ctx *jxcontext.Context, brandID int) (brandUsers []*dao.GetBrandUserResult, err error) {
return dao.GetBrandUser(dao.GetDB(), brandID, "")
}