|
@@ -14,7 +14,7 @@
|
|
|
tees.course_name as courseName,
|
|
|
tees.exam_id as examId,
|
|
|
tee.exam_count - tees.already_exam_count as examCount,
|
|
|
- (select count(1) from t_oe_exam_record toer where toer.status <![CDATA[ <> ]]> 'FINISHED') as statusCount
|
|
|
+ (select count(1) from t_oe_exam_record toer where (toer.status <![CDATA[ <> ]]> 'FINISHED' and toer.status <![CDATA[ <> ]]> 'PERSISTED')) as statusCount
|
|
|
from
|
|
|
t_e_exam_student tees
|
|
|
left join t_e_exam tee on
|