From fa7200f3c69d5947ed6ac227f67cc4ef66a0f331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 12 Nov 2020 11:05:02 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index e209f20cd..db471103e 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1791,13 +1791,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { for _, v := range outStoreSkuList { skuMap[v.VendorSkuID] = v } - fmt.Println("skuMap", skuMap["2004046088"]) for _, jdStoreID := range jdStoreIDs { outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos) for _, v := range outStoreSkuList2 { - if v.VendorSkuID == "2004046088" { - fmt.Println("v", v) - } if skuMap[v.VendorSkuID] == nil { continue } @@ -1819,12 +1815,12 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } } } - if len(priceList) > 0 { - fmt.Println("priceList", utils.Format4Output(priceList, false)) - // for k, v := range priceList { - // handler.UpdateStoreSkusPrice(ctx, vendorOrgCode, 0, k, v) - // } - } + // if len(priceList) > 0 { + fmt.Println("priceList", utils.Format4Output(priceList, false)) + // for k, v := range priceList { + // handler.UpdateStoreSkusPrice(ctx, vendorOrgCode, 0, k, v) + // } + // } if len(statusList1) > 0 { // for k, v := range statusList1 { // handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status)