浏览代码

评卷参数设置加入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,