瀏覽代碼

Merge branch 'dev' into release
1111

wangliang 4 年之前
父節點
當前提交
2a0ab6a65f
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      themis-business/src/main/resources/mapper/TEStudentMapper.xml

+ 1 - 3
themis-business/src/main/resources/mapper/TEStudentMapper.xml

@@ -49,15 +49,13 @@
             tees.id as examStudentId,
             toer.id as examRecordId,
             tees.course_code as courseCode,
-            teec.course_name as courseName,
+            tees.course_name as courseName,
             tees.`identity`,
             tees.name,
             toer.objective_score as objectiveScore,
             toer.status
         from
             t_e_exam_student tees
-        left join t_e_exam_course teec on
-            teec.course_code = tees.course_code
         left join t_e_exam tee on
             tee.id = tees.exam_id
         inner join t_oe_exam_record toer on