Sfoglia il codice sorgente

增加待考列表接口

wangliang 5 anni fa
parent
commit
5b114bfd46

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

@@ -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,

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

@@ -7,6 +7,7 @@
             tee.id,
             teea.id as examActivityId,
             toer.id as recordId,
+            tees.id as examStudentId,
             tee.name,
             tee.mode,
             tee.pre_notice as preNotice,