Commit 676f0378 authored by zhengjuzi's avatar zhengjuzi

质量问题统计修改

parent 77c363a5
......@@ -71,7 +71,7 @@
<select id="qualityProblemStatistics" resultType="java.util.HashMap">
SELECT
generate_stage AS name,
CONCAT(round(count(1)/(SELECT count(1) from tz_ugp_quality_problem)*100),'%') AS value
count(1) AS value
FROM
tz_ugp_quality_problem
GROUP BY
......
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