Quellcode durchsuchen

成绩导出标准版本加入缺考考生

wangliang vor 2 Jahren
Ursprung
Commit
4759173f13

+ 1 - 1
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

@@ -1239,7 +1239,7 @@
         toer.id,toer.paper_id as paperId,toer.finish_time as finishTime,toer.first_start_time as firstStartTime
         from
         t_oe_exam_record toer
-        <where>
+        <where> 1 = 1
             <if test="examStudentBreachPush != null and (examStudentBreachPush == false or examStudentBreachPush == 0)">
                 and (toer.breach_status = 1 or breach_status is null)
             </if>