xiaofei 6 ヶ月 前
コミット
fd18e7139f

+ 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">