wangliang 4 éve
szülő
commit
7b6e39d56a

+ 1 - 1
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

@@ -224,7 +224,7 @@
            toer.status as statusCode,
            IFNULL(toer.warning_count,0) as warningCount,
            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
            ,(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