|
@@ -224,7 +224,7 @@
|
|
toer.status as statusCode,
|
|
toer.status as statusCode,
|
|
IFNULL(toer.warning_count,0) as warningCount,
|
|
IFNULL(toer.warning_count,0) as warningCount,
|
|
IFNULL(toer.breach_status,1) as breachStatus,
|
|
IFNULL(toer.breach_status,1) as breachStatus,
|
|
- toer.client_last_sync_time as updateTime
|
|
|
|
|
|
+ toer.client_last_sync_time as updateTime,
|
|
tiiwi.approve_status as approveStatus
|
|
tiiwi.approve_status as approveStatus
|
|
,(select count(1) from t_ie_invigilate_warn_info tiiwi where tiiwi.exam_record_id = toer.id and tiiwi.`type` =
|
|
,(select count(1) from t_ie_invigilate_warn_info tiiwi where tiiwi.exam_record_id = toer.id and tiiwi.`type` =
|
|
'FACE_COUNT_ERROR' and tiiwi.`level` = 'D8') as multipleFaceCount
|
|
'FACE_COUNT_ERROR' and tiiwi.`level` = 'D8') as multipleFaceCount
|