Commit a82e8a7f authored by hanfeng's avatar hanfeng

修改订单统计

parent 0dae2279
......@@ -89,7 +89,7 @@
IFNULL( sum( compensation ), 0 ) AS totalCompensation,
IFNULL( sum( return_gmv ), 0 ) AS totalReturnGmv,
IFNULL( sum( default_money ), 0 ) AS totalDefaultMoney,
IFNULL( sum( total_expenditure ), 0 ) AS totalExpenditure
IFNULL( sum( order_compensation ), 0 ) AS orderCompensation
FROM
daily_vehicle_order_statistics
WHERE
......
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