浏览代码

撤销违纪BUG

wangliang 2 年之前
父节点
当前提交
8df09f2368
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      themis-business/src/main/resources/mapper/TEExamBreachLogMapper.xml

+ 9 - 9
themis-business/src/main/resources/mapper/TEExamBreachLogMapper.xml

@@ -51,16 +51,16 @@
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		SELECT
         distinct tee.name as examName,
-		f.exam_student_id examStudentId,
-		t.exam_id examId,
-		t.exam_activity_id examActivityId,
-		t.room_code roomCode,
-		t.course_code courseCode,
-		t.course_name courseName,
-		t.NAME,
+		f.exam_student_id as examStudentId,
+		t.exam_id as examId,
+		t.exam_activity_id as examActivityId,
+		t.room_code as roomCode,
+		t.course_code as courseCode,
+		t.course_name as courseName,
+		t.NAME as name,
 		t.identity,
-		t.room_name,
-		'正常' breachStatus,
+		t.room_name as roomName,
+		'正常' as breachStatus,
 		teea.code as examActivityCode
 		FROM
 		t_e_exam_breach_log f