diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 8f908c6d0..43836fd6d 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1833,7 +1833,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } case 2: if len(statusList2) > 0 { - for k, v := range statusList1 { + for k, v := range statusList2 { _, err = putils.FreeBatchStoreSkuInfo("更新门店商品状态2", func(task tasksch.ITask, batchedStoreSkuList []*partner.StoreSkuInfo) (result interface{}, successCount int, err error) { handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, batchedStoreSkuList, batchedStoreSkuList[0].Status) return nil, 1, err