@@ -326,7 +326,7 @@
<!-- 各科室缺陷占比 -->
<select id="resultStatisticsByDept2" parameterType="com.diagbot.vo.FilterVO" resultType="com.diagbot.dto.NumDTO">
SELECT
- a.beh_dept_id,
+ a.beh_dept_id as id,
a.beh_dept_name as name,
count(*) AS num
FROM