Commit 5b006701 authored by Junling Bu's avatar Junling Bu
Browse files

统计订单的状态改成401(用户确认订单完成)和402(系统确认订单完成)

parent 227af6dc
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
sum(actual_price) as amount, sum(actual_price) as amount,
round(sum(actual_price)/count(distinct user_id),2) as pcr round(sum(actual_price)/count(distinct user_id),2) as pcr
from litemall_order from litemall_order
where order_status in(103) where order_status in(401, 402)
group by substr(add_time,1,10) group by substr(add_time,1,10)
</select> </select>
<select id="statGoods" resultType="map"> <select id="statGoods" resultType="map">
......
Supports Markdown
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