Commit eff1e8bf by jianshuqin

修正:物流仓储费用统计

parent 1d9b2793
......@@ -1607,7 +1607,7 @@ t1.exchange_rate AS ExchangeRate,t1.amountval_rmb AS AmountValRmb,t1.month AS Mo
new GetMonthProfitPlatformDetailInput { Month = time, FeeName = "头程运输-非平台" }), 2)) * (-1);
oldData.fee_logistics_tail = Math.Abs(Math.Round(SyncMonthProfitFeePlatformFeeSummary(
new GetMonthProfitPlatformDetailInput { Month = time, FeeName = "尾程物流费-平台" }), 2)) * (-1);
oldData.fee_nologistics_tail = Math.Abs(Math.Round(SyncMonthProfitFeePlatformFeeSummary(
oldData.fee_nologistics_tail = (Math.Round(SyncMonthProfitFeePlatformFeeSummary(
new GetMonthProfitPlatformDetailInput { Month = time, FeeName = "尾程物流费-非平台" }), 2)) * (-1);
oldData.fee_logistics_direct = Math.Abs(Math.Round(SyncMonthProfitFeePlatformFeeSummary(
new GetMonthProfitPlatformDetailInput { Month = time, FeeName = "直邮物流费-平台" }), 2)) * (-1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment