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) // }