Commit 1575de07 authored by 高滢's avatar 高滢

标准分类任务占比

parent 79e9e308
......@@ -28,12 +28,13 @@
<select id="selectStandardCategoryStatistics" resultType="com.ruoyi.domain.vo.StandardCategoryStatisticsVO">
SELECT
count( id ) AS value,
standard_type AS name
count( ta.id ) AS value,
st.standard_type AS name
FROM
t_standard
t_task ta
LEFT JOIN t_standard st ON ta.standard_id = st.id
GROUP BY
standard_type
st.standard_type
</select>
<select id="selectConfidentialityLevelStatistics" resultType="com.ruoyi.domain.vo.ConfidentialityLevelProportionVO">
......
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