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
23ef05ac
Commit
23ef05ac
authored
Jun 30, 2019
by
sober
Committed by
linlinjava
Jun 30, 2019
Browse files
bug fix (#221)
中文逗号
parent
fe061eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/StatMapper.xml
View file @
23ef05ac
...
@@ -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(401
,
402)
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"
>
...
@@ -28,4 +28,4 @@
...
@@ -28,4 +28,4 @@
from litemall_order_goods
from litemall_order_goods
group by substr(add_time,1, 10)
group by substr(add_time,1, 10)
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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