Browse Source

更新政策单价 放在一个事物内

master
wushukun 7 years ago
parent
commit
58e3fffbfe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs

+ 1
- 1
BWP.B3_YunKen/BLActions/SaleOrderUpdatePolicyPrice.cs View File

@ -41,7 +41,7 @@ namespace BWP.B3_YunKen.BLActions
var factor = PriceFactor.ForOrder(bill); var factor = PriceFactor.ForOrder(bill);
foreach (Order_Detail detail in bill.Details) foreach (Order_Detail detail in bill.Details)
{ {
detail.SetPolicyPrice(factor);
detail.SetPolicyPrice(factor, context);
} }
} }
} }


Loading…
Cancel
Save