@@ -861,7 +861,7 @@
t.finish_time as finishTime
FROM t_oe_exam_record t
where t.exam_student_id = #{examStudentId}
- and t.breach_status != 1
+ and (t.breach_status is null or t.breach_status != 1)
</select>
<select id="findMaxObjectiveScore" resultType="com.qmth.themis.business.entity.TOeExamRecord">