소스 검색

3.4.2 update

xiaofei 6 달 전
부모
커밋
fd18e7139f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      teachcloud-mark/src/main/resources/mapper/MarkStudentMapper.xml

+ 1 - 1
teachcloud-mark/src/main/resources/mapper/MarkStudentMapper.xml

@@ -228,7 +228,7 @@
             </choose>
         </if>
         <if test="orderType == null or orderType == '' or orderField == null or orderField == ''">
-            order by bes.student_code
+            order by ms.is_absent, bes.status desc, bes.student_code
         </if>
     </sql>
     <update id="updateBasicExamStudentPaperType">