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

Loading…
Cancel
Save