From d78a0f7b3f956dfd662b9eecd860e379eb230040 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, 27 Aug 2020 17:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jx/localjx/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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