@@ -81,6 +81,7 @@
<select id="getWaitingExam" resultType="java.util.Map">
select
teea.id,
+ tees.id as examStudentId,
tees.course_code as courseCode,
teec.course_name as courseName,
tee.prepare_seconds as prepareSeconds,
@@ -7,6 +7,7 @@
tee.id,
teea.id as examActivityId,
toer.id as recordId,
tee.name,
tee.mode,
tee.pre_notice as preNotice,