|
|
@ -610,6 +610,7 @@ namespace BBWY.Server.Business |
|
|
|
orderSku.SuperRedEnvelope ?? 0M, |
|
|
|
orderSku.XianPinLeiDongQuan ?? 0M, |
|
|
|
orderSku.VenderFee ?? 0M, |
|
|
|
orderSku.JingDou ?? 0M, |
|
|
|
autoCalculationCostRequest.PlatformCommissionRatio); |
|
|
|
|
|
|
|
insertOrderCostDetailList.Add(orderCostDetail); |
|
|
@ -684,7 +685,8 @@ namespace BBWY.Server.Business |
|
|
|
osku.PingTaiChengDanYouHuiQuan, |
|
|
|
osku.SuperRedEnvelope, |
|
|
|
osku.XianPinLeiDongQuan, |
|
|
|
osku.VenderFee |
|
|
|
osku.VenderFee, |
|
|
|
osku.JingDou, |
|
|
|
}); |
|
|
|
var avgPreferential = dbOrder.PreferentialAmount / orderSkuList.Count(); |
|
|
|
|
|
|
@ -717,6 +719,7 @@ namespace BBWY.Server.Business |
|
|
|
osku.SuperRedEnvelope ?? 0M, |
|
|
|
osku.XianPinLeiDongQuan ?? 0M, |
|
|
|
osku.VenderFee ?? 0M, |
|
|
|
osku.JingDou ?? 0M, |
|
|
|
manualCalculationCostRequest.PlatformCommissionRatio); |
|
|
|
} |
|
|
|
} |
|
|
@ -982,6 +985,7 @@ namespace BBWY.Server.Business |
|
|
|
dbOrderSku.SuperRedEnvelope ?? 0M, |
|
|
|
dbOrderSku.XianPinLeiDongQuan ?? 0M, |
|
|
|
dbOrderSku.VenderFee ?? 0M, |
|
|
|
dbOrderSku.JingDou ?? 0M, |
|
|
|
relationPurchaseOrderRequestV2.PlatformCommissionRatio); |
|
|
|
} |
|
|
|
#endregion
|
|
|
|