|
|
@ -784,6 +784,7 @@ namespace BBWY.Server.Business |
|
|
|
.Set(pos => pos.ProductAmount, purchaseOrderSku.ProductAmount) |
|
|
|
.Set(pos => pos.PurchaseFreight, purchaseOrderSku.FreightAmount) |
|
|
|
.Set(pos => pos.PurchaseAmount, purchaseOrderSku.ProductAmount + purchaseOrderSku.FreightAmount) |
|
|
|
.Set(pos => pos.Price, purchaseOrderSku.Price) |
|
|
|
.ExecuteAffrows(); |
|
|
|
} |
|
|
|
}); |
|
|
|