소스 검색

Merge remote-tracking branch 'origin/dev/h5&log_20220506' into test

zhaops 3 년 전
부모
커밋
aead62a1b7
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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>
 
     <!-- 按模块统计质控缺陷数-科室(分页) -->