diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 8901aaefe..c85a8962e 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1843,7 +1843,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{103022}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "320406") things, _ := dao.GetThingMapList(db, model.ThingTypeSku, []int{model.VendorIDJD}, nil, []string{"320406"}) thingIDmap := make(map[int64]string)