@@ -2212,9 +2212,10 @@
GROUP BY
a.beh_dept_id,
a.beh_dept_name
- order by firstPercent DESC,
- sencondPercent DESC,
- thirdPercent DESC) t
+ order by totleNum DESC,
+ firstPercent DESC,
+ sencondPercent DESC,
+ thirdPercent DESC) t
</select>
<!-- 按模块统计质控缺陷数-科室(分页) -->