This commit is contained in:
苏尹岚
2021-04-12 09:41:12 +08:00
parent 5368642312
commit 52e2ef46d8

View File

@@ -1844,7 +1844,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
db = dao.GetDB()
vendorThingIDs []int64
)
storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDJD}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406")
storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDJD}, []int{103035}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406")
things, _ := dao.GetThingMapList(db, model.ThingTypeSku, []int{model.VendorIDJD}, nil, []string{"320406"})
thingIDmap := make(map[int64]string)