Browse Source

1

AddValidOverTime
shanji 2 years ago
parent
commit
f37e218130
  1. 4
      BBWY.Server.Business/Sync/OrderSyncBusiness.cs

4
BBWY.Server.Business/Sync/OrderSyncBusiness.cs

@ -703,7 +703,7 @@ namespace BBWY.Server.Business
{ {
OrderId = sDCalculationCostRequest.OrderId, OrderId = sDCalculationCostRequest.OrderId,
PlatformCommissionRatio = sDCalculationCostRequest.PlatformCommissionRatio, PlatformCommissionRatio = sDCalculationCostRequest.PlatformCommissionRatio,
PreferentialAmount = preferentialAmount, PreferentialAmount = (dbOrderTotal?.TotalPingTaiChengDanYouHuiQuan) ?? dbOrder.PreferentialAmount,
Profit = 0, Profit = 0,
DeliveryExpressFreight = sDCalculationCostRequest.DeliveryExpressFreight, DeliveryExpressFreight = sDCalculationCostRequest.DeliveryExpressFreight,
CreateTime = DateTime.Now, CreateTime = DateTime.Now,
@ -828,7 +828,7 @@ namespace BBWY.Server.Business
{ {
OrderId = orderId, OrderId = orderId,
PlatformCommissionRatio = platformCommissionRatio, PlatformCommissionRatio = platformCommissionRatio,
PreferentialAmount = preferentialAmount, PreferentialAmount = (dbOrderTotal?.TotalPingTaiChengDanYouHuiQuan) ?? dbOrder.PreferentialAmount,
Profit = 0, Profit = 0,
PurchaseAmount = orderCostPurchaseAmount, PurchaseAmount = orderCostPurchaseAmount,
DeliveryExpressFreight = orderDeliveryExpressFreight, DeliveryExpressFreight = orderDeliveryExpressFreight,

Loading…
Cancel
Save