diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index c5bc611f4..9606e6b90 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -874,8 +874,8 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64 outJxOrder.TotalPrice = outJxOrder.OrderPrice + outJxOrder.FreightPrice outJxOrder.ActualPayPrice = outJxOrder.TotalPrice fmt.Println("testststststststst", utils.Format4Output(outJxOrder, false)) - fmt.Println("tes111111111111111", utils.Format4Output(jxOrder, false)) outJxOrder.Skus[0].DefendPrice = jxOrder.Skus[0].DefendPrice + fmt.Println("tes111111111111111", utils.Format4Output(outJxOrder, false)) } else { outJxOrder = nil deliveryAddress = nil