소스 검색

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

wangliang 2 년 전
부모
커밋
4759173f13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

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