wangliang 4 rokov pred
rodič
commit
cdb506ec4e

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

@@ -84,9 +84,13 @@
             tees.id as examStudentId,
             tees.course_code as courseCode,
             teec.course_name as courseName,
+            tee.opening_seconds as openingSeconds,
+            teea.opening_seconds as activityOpeningSeconds,
             tee.prepare_seconds as prepareSeconds,
+            teea.prepare_seconds as activityPrepareSeconds,
             tee.min_duration_seconds as minDurationSeconds,
             tee.max_duration_seconds as maxDurationSeconds,
+            teea.max_duration_seconds as activityMaxDurationSeconds,
             tee.exam_count as examCount,
             tee.force_finish as fouceFinish,
             tee.entry_authentication_policy as entryAuthenticationPolicy,
@@ -100,7 +104,9 @@
             tee.wxapp_video_push as wxappVideoPush,
             tee.camera_photo_upload as cameraPhotoUpload,
             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
             t_e_exam_student tees
         left join t_e_exam_course teec on