From 1f521cf6bccea6e6b222e53f20258a3fe6f0b191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 8 Feb 2021 17:08:36 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index a5b9a47fd..fdd0b23cc 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1856,14 +1856,14 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { resultList, _ := FreeBatchInfo("uuuuu", func(task tasksch.ITask, batchedStoreSkuList []int64) (result interface{}, successCount int, err error) { priceInfo, _ := api.JdAPI.GetStationInfoList(storeMap.VendorStoreID, batchedStoreSkuList) for _, vv := range priceInfo { - if vv.VipPrice != 0 { - // err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMap.StoreID), []*jdapi.SkuIdEntity{ - // &jdapi.SkuIdEntity{ - // OutSkuId: thingIDmap[vv.SkuID], - // }, - // }) - result = []int64{vv.SkuID} - } + // if vv.VipPrice != 0 { + // err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMap.StoreID), []*jdapi.SkuIdEntity{ + // &jdapi.SkuIdEntity{ + // OutSkuId: thingIDmap[vv.SkuID], + // }, + // }) + result = []int64{vv.SkuID} + // } } return result, 0, err }, ctx, task, vendorThingIDs, 40, true)