|
@@ -84,9 +84,13 @@
|
|
tees.id as examStudentId,
|
|
tees.id as examStudentId,
|
|
tees.course_code as courseCode,
|
|
tees.course_code as courseCode,
|
|
teec.course_name as courseName,
|
|
teec.course_name as courseName,
|
|
|
|
+ tee.opening_seconds as openingSeconds,
|
|
|
|
+ teea.opening_seconds as activityOpeningSeconds,
|
|
tee.prepare_seconds as prepareSeconds,
|
|
tee.prepare_seconds as prepareSeconds,
|
|
|
|
+ teea.prepare_seconds as activityPrepareSeconds,
|
|
tee.min_duration_seconds as minDurationSeconds,
|
|
tee.min_duration_seconds as minDurationSeconds,
|
|
tee.max_duration_seconds as maxDurationSeconds,
|
|
tee.max_duration_seconds as maxDurationSeconds,
|
|
|
|
+ teea.max_duration_seconds as activityMaxDurationSeconds,
|
|
tee.exam_count as examCount,
|
|
tee.exam_count as examCount,
|
|
tee.force_finish as fouceFinish,
|
|
tee.force_finish as fouceFinish,
|
|
tee.entry_authentication_policy as entryAuthenticationPolicy,
|
|
tee.entry_authentication_policy as entryAuthenticationPolicy,
|
|
@@ -100,7 +104,9 @@
|
|
tee.wxapp_video_push as wxappVideoPush,
|
|
tee.wxapp_video_push as wxappVideoPush,
|
|
tee.camera_photo_upload as cameraPhotoUpload,
|
|
tee.camera_photo_upload as cameraPhotoUpload,
|
|
tee.wxapp_photo_upload as wxappPhotoUpload,
|
|
tee.wxapp_photo_upload as wxappPhotoUpload,
|
|
- tee.wxapp_video_record as wxappVideoRecord
|
|
|
|
|
|
+ tee.wxapp_video_record as wxappVideoRecord,
|
|
|
|
+ teea.start_time as startTime,
|
|
|
|
+ teea.finish_time as finishTime
|
|
from
|
|
from
|
|
t_e_exam_student tees
|
|
t_e_exam_student tees
|
|
left join t_e_exam_course teec on
|
|
left join t_e_exam_course teec on
|