Commit b78dd332 by zhiwj

修改bug

parent 42c00916
......@@ -762,9 +762,9 @@
store_name storeName,
area_name areaName,
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
......
......@@ -182,7 +182,7 @@
<if test="tagType != null ">
and tag_type = #{tagType}
</if>
order by update_time desc
order by create_time desc
limit 1, 10
</select>
......
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