From 682cf5d2334a850df470115a7b28d85757563c15 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 14:06:21 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index f1ebbe4c8..a8c6fbbcf 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1819,14 +1819,13 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // } } if len(statusList2) > 0 { - fmt.Println("priceList", utils.Format4Output(priceList, false)) + fmt.Println("statusList2", utils.Format4Output(statusList2, false)) // for k, v := range statusList2 { // handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status) // } } if len(stockList) > 0 { - fmt.Println("stockList", utils.Format4Output(stockList, false)) // for k, v := range stockList { // handler.UpdateStoreSkusStock(ctx, vendorOrgCode, 0, k, v) // }