From ef5c3dbbf2b9ca85d7730e33e05f8d14b76abd68 Mon Sep 17 00:00:00 2001 From: wugang <425674808@qq.com> Date: Wed, 7 Feb 2018 11:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E5=90=A8=E8=AE=A1=E7=AE=97=E8=BF=90?= =?UTF-8?q?=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BWP.B3_YunKen/TypeIoc/SaleOutStoreSetFreightPriceIOC.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BWP.B3_YunKen/TypeIoc/SaleOutStoreSetFreightPriceIOC.cs b/BWP.B3_YunKen/TypeIoc/SaleOutStoreSetFreightPriceIOC.cs index 89484d1..b7ed34d 100644 --- a/BWP.B3_YunKen/TypeIoc/SaleOutStoreSetFreightPriceIOC.cs +++ b/BWP.B3_YunKen/TypeIoc/SaleOutStoreSetFreightPriceIOC.cs @@ -25,7 +25,7 @@ namespace BWP.B3_YunKen.TypeIoc { entity.FreightPayment = dmo.FreightPayment; var anyNum = details.Sum(x => (x.UnitNum ?? 0).Value); - var anyFre = dmo.FreightUnitPrice * anyNum; + var anyFre = dmo.FreightUnitPrice * (anyNum/1000); //按吨算运费 if (entity.FreightPayment == 运费支付方式.计重) { entity.FreightPrice = anyFre; } else if (entity.FreightPayment == 运费支付方式.包车) {