From 26a00313e32f5f94eb8db9e7392e6650d7d5d370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 24 Aug 2020 14:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=88=E4=BB=B7=E8=AE=A2=E5=8D=95=E6=98=AF?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=8E=9F=E4=BB=B7?= 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 ff04d6f35..8e27cd8e3 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -669,7 +669,7 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64 jxSku = nil } } - } else if storeSkuBind.ActType == model.ActSkuDiscount { + } else if storeSkuBind.ActType == model.ActSkuDiscount && jxOrder.OrderType != model.OrderTypeDefendPrice { //守价的订单是支付原价 jxSku.SalePrice = int64(storeSkuBind.ActPrice) } if jxSku != nil {