wangliang 2 лет назад
Родитель
Сommit
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"
 	<select id="getExamBreachPage"
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		SELECT
 		SELECT
-		       tee.name as examName,
+        distinct tee.name as examName,
 		f.exam_student_id examStudentId,
 		f.exam_student_id examStudentId,
 		t.exam_id examId,
 		t.exam_id examId,
 		t.exam_activity_id examActivityId,
 		t.exam_activity_id examActivityId,
@@ -50,7 +50,7 @@
 	<select id="getExamRevokeBreachPage"
 	<select id="getExamRevokeBreachPage"
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		resultType="com.qmth.themis.business.bean.admin.ExamBreachListBean">
 		SELECT
 		SELECT
-		       tee.name as examName,
+        distinct tee.name as examName,
 		f.exam_student_id examStudentId,
 		f.exam_student_id examStudentId,
 		t.exam_id examId,
 		t.exam_id examId,
 		t.exam_activity_id examActivityId,
 		t.exam_activity_id examActivityId,