Commit 1574845e by zhiwj

修改bug

parent 1db39735
......@@ -808,9 +808,9 @@
select
count(distinct store_id) storeCount,
count(*) totalCount,
avg(goods_score) goodsScore,
avg(store_score) storeScore,
avg(service_score) serviceScore
round(avg(goods_score), 2) goodsScore,
round(avg(store_score), 2) storeScore,
round(avg(service_score), 2) serviceScore
from tab_evaluate
where enterprise_id = #{enterpriseId}
and status = 1
......
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