Преглед на файлове

评卷参数设置加入distinct

wangliang преди 2 години
родител
ревизия
17b230bc25
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      distributed-print-business/src/main/resources/mapper/ExamPaperStructureMapper.xml

+ 1 - 1
distributed-print-business/src/main/resources/mapper/ExamPaperStructureMapper.xml

@@ -4,7 +4,7 @@
     <select id="listByPropositionTeacherId"
             resultType="com.qmth.distributed.print.business.bean.dto.ExamPaperStructurePageDto">
         SELECT
-            eps.id,
+            distinct eps.id,
             ep.school_id schoolId,
             ep.exam_id examId,
             ep.third_relate_id thirdRelateId,