Commit 303f31bd authored by hanfeng's avatar hanfeng

修改订单统计

parent b742e507
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
SELECT SELECT
IFNULL( sum( gmv ), 0 ) AS totalGmv IFNULL( sum( gmv ), 0 ) AS totalGmv
FROM FROM
daily_vehicle_order_statistics daily_members_order_statistics
WHERE WHERE
1=1 1=1
<if test="companyId != null"> <if test="companyId != null">
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
IFNULL( sum( default_money ), 0 ) AS totalDefaultMoney, IFNULL( sum( default_money ), 0 ) AS totalDefaultMoney,
IFNULL( sum( return_gmv ), 0 ) AS totalReturnGmv IFNULL( sum( return_gmv ), 0 ) AS totalReturnGmv
FROM FROM
daily_vehicle_order_statistics daily_travel_order_statistics
WHERE WHERE
1=1 1=1
<if test="companyId != null"> <if test="companyId != null">
......
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