@@ -264,6 +264,7 @@
where b.exam_id = #{req.examId}
and b.subject_code=#{req.subjectCode}
and b.device=#{req.device}
+ and b.verify_status !='REJECT'
<if test="req.startTime != null">
and b.create_time>=#{req.startTime}
</if>