Commit 4cee1e85 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-db]: 修复商品统计中mapper文件。

parent 3abfeea8
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
substr(add_time,1, 10) as day, substr(add_time,1, 10) as day,
count(distinct order_id) as orders, count(distinct order_id) as orders,
sum(number) as products, sum(number) as products,
sum(number*retail_price) as amount sum(number*price) as amount
from litemall_order_goods from litemall_order_goods
group by substr(add_time,1, 10) group by substr(add_time,1, 10)
</select> </select>
......
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