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