|
@@ -14,7 +14,7 @@
|
|
sum(t.warning_unread) as warningUnread,
|
|
sum(t.warning_unread) as warningUnread,
|
|
sum(t.warning_multiple_face_count) as warningMultipleFaceCount,
|
|
sum(t.warning_multiple_face_count) as warningMultipleFaceCount,
|
|
sum(t.exception_count) as exceptionCount,
|
|
sum(t.exception_count) as exceptionCount,
|
|
- sum(case when (t.status = 'ANSWERING' or t.status = 'PERSISTED') then 1 else 0 end) as finishCount
|
|
|
|
|
|
+ sum(case when (t.status = 'FINISHED' or t.status = 'PERSISTED') then 1 else 0 end) as finishCount
|
|
from t_e_exam_student s
|
|
from t_e_exam_student s
|
|
left join t_oe_exam_record t on t.id=s.current_record_id
|
|
left join t_oe_exam_record t on t.id=s.current_record_id
|
|
<where> 1 = 1
|
|
<where> 1 = 1
|