Browse Source

H5数据统计-病历等级

zhaops 3 years ago
parent
commit
89a2161675
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/main/resources/mapper/QcresultInfoMapper.xml

+ 4 - 3
src/main/resources/mapper/QcresultInfoMapper.xml

@@ -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>
 
     <!-- 按模块统计质控缺陷数-科室(分页) -->