From d28224a1f3b30a8f488a99ec7b5a15d54889703e 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:58:30 +0800 Subject: [PATCH] beta --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 9d88c2255..f1ebbe4c8 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1826,6 +1826,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // } } if len(stockList) > 0 { + fmt.Println("stockList", utils.Format4Output(stockList, false)) // for k, v := range stockList { // handler.UpdateStoreSkusStock(ctx, vendorOrgCode, 0, k, v) // }