@@ -476,7 +476,7 @@
from
t_oe_exam_record toer
where
- toer.exam_student_id = tees.id) as examCount,
+ toer.exam_student_id = tees.id and toer.first_start_time is not null) as examCount,
(select count(toer.id) from t_oe_exam_record toer
where toer.exam_student_id = tees.id and toer.breach_status = 0) as breachCount,
0 as objectiveScore,