Commit 8ec25924 by zhiwj

修改bug

parent b78dd332
......@@ -824,8 +824,8 @@
store_name storeName,
area_name areaName,
count(*) totalCount,
count(good_evaluate_status) goodCount,
count(bad_evaluate_status) badCount
count(good_evaluate_status = 1 or null) goodCount,
count(bad_evaluate_status =1 or null) badCount
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