wangliang 4 년 전
부모
커밋
7b6e39d56a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

+ 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