From e1c673497e6932726a0410614e96e7ec7f481264 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:09:12 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index a8c6fbbcf..ee8320286 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1808,6 +1808,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } } } + fmt.Println("statusList2", utils.Format4Output(statusList2, false)) + if len(priceList) > 0 { // for k, v := range priceList { // handler.UpdateStoreSkusPrice(ctx, vendorOrgCode, 0, k, v) @@ -1819,7 +1821,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // } } if len(statusList2) > 0 { - fmt.Println("statusList2", utils.Format4Output(statusList2, false)) // for k, v := range statusList2 { // handler.UpdateStoreSkusStatus(ctx, vendorOrgCode, 0, k, v, v[0].Status)