This commit is contained in:
苏尹岚
2021-01-26 08:59:14 +08:00
parent 7788b79993
commit 575b80d890
6 changed files with 154 additions and 3 deletions

View File

@@ -2740,3 +2740,7 @@ func UpdateSkuExinfoMap(ctx *jxcontext.Context, nameIDs []int, imgWaterMark stri
}
return hint, err
}
func GetThingMap(ctx *jxcontext.Context, vendorOrgCode string) (getThingMapResult []*dao.GetThingMapCategoryResult, err error) {
return dao.GetThingMapCategory(dao.GetDB(), []int{model.VendorIDJD}, nil, []string{vendorOrgCode})
}