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