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

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

@@ -5,7 +5,7 @@
 	<select id="getExamBreachPage"
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		SELECT
-		       tee.name as examName,
+        distinct tee.name as examName,
 		f.exam_student_id examStudentId,
 		t.exam_id examId,
 		t.exam_activity_id examActivityId,
@@ -50,7 +50,7 @@
 	<select id="getExamRevokeBreachPage"
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		SELECT
-		       tee.name as examName,
+        distinct tee.name as examName,
 		f.exam_student_id examStudentId,
 		t.exam_id examId,
 		t.exam_activity_id examActivityId,