Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
5b006701
Commit
5b006701
authored
Jun 23, 2019
by
Junling Bu
Browse files
统计订单的状态改成401(用户确认订单完成)和402(系统确认订单完成)
parent
227af6dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/StatMapper.xml
View file @
5b006701
...
...
@@ -16,7 +16,7 @@
sum(actual_price) as amount,
round(sum(actual_price)/count(distinct user_id),2) as pcr
from litemall_order
where order_status in(
103
)
where order_status in(
401, 402
)
group by substr(add_time,1,10)
</select>
<select
id=
"statGoods"
resultType=
"map"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment