@@ -5077,6 +5077,9 @@
<if test="qcResultShortPageVO.checkStatus != null">
AND t.checkStatus = #{qcResultShortPageVO.checkStatus}
</if>
+ GROUP BY
+ t.behDeptId,
+ t.behDeptName
)f2
WHERE
f1.behDeptId = f2.behDeptId