From a0532efa09e356525aac659344965702803868fb Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 22 Aug 2022 11:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jx/localjx/order.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index c4768d014..0c0e13c9f 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -1026,9 +1026,9 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64 } } // ?????????????????????? 测试 - if storeDetail.ID == 668470 || storeDetail.ID == 668469 { - outJxOrder.FreightPrice = 1 - } + //if storeDetail.ID == 668470 || storeDetail.ID == 668469 { + // outJxOrder.FreightPrice = 1 + //} if err == nil { if jxOrder.OrderType == model.OrderTypeNormal { outJxOrder.TotalPrice = outJxOrder.OrderPrice + outJxOrder.FreightPrice