Commit 625c2463 authored by wdy's avatar wdy

Merge branch 'dev' of http://gitlab.91isoft.com:90/wangfei/vehicle-quality-review into wangdingyi

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