Commit 0e54015d by jianshuqin

平台利润调整销售额(减去调整费)

parent 382b3d86
......@@ -2192,7 +2192,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
{
platform_type = "总计(" + currency + ")",
order_count = result.Sum(a => a.order_count),
amount_sales = result.Sum(a => a.amount_sales),
amount_sales = result.Sum(a => a.amount_sales) - result.Sum(a => a.amount_adjustment),
customerprice = result.Sum(a => a.customerprice) / result.Count,
cost_platform_fee = result.Sum(a => a.cost_platform_fee),
profit_total = result.Sum(a => a.profit_total),
......
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