From 61d417c5d0d3503fa5a32f43ef1f03120a7d8d2b 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 13:40:10 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 02aab2883..f8a899ff5 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1809,12 +1809,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(statusList1) > 0 { + fmt.Println("priceList", utils.Format4Output(priceList, false)) // for k, v := range statusList1 { // handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status) // }