Explorar o código

Merge branch 'dev_v1.2.8' into dev_v1.2.9
merge

wangliang hai 1 ano
pai
achega
789af7957f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      themis-business/src/main/resources/mapper/TEExamMapper.xml

+ 1 - 1
themis-business/src/main/resources/mapper/TEExamMapper.xml

@@ -24,7 +24,7 @@
     </select>
 
     <select id="examQuery" resultType="com.qmth.themis.business.dto.response.TEExamQueryDto">
-        select t.id,
+        select distinct t.id,
         t.code,
         t.name,
         t.tag,