From 58e3fffbfe2f0ee1b33acb9ee4a1b948729d754e Mon Sep 17 00:00:00 2001 From: wushukun <18860363876@163.com> Date: Fri, 14 Sep 2018 14:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=94=BF=E7=AD=96=E5=8D=95?= =?UTF-8?q?=E4=BB=B7=20=E6=94=BE=E5=9C=A8=E4=B8=80=E4=B8=AA=E4=BA=8B?= =?UTF-8?q?=E7=89=A9=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs b/BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs index 3f8b9fb..4367bbc 100644 --- a/BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs +++ b/BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs @@ -41,7 +41,7 @@ namespace BWP.B3_YunKen.BLActions var factor = PriceFactor.ForOrder(bill); foreach (Order_Detail detail in bill.Details) { - detail.SetPolicyPrice(factor); + detail.SetPolicyPrice(factor, context); } } }