Browse Source

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

wangliang 1 năm trước cách đây
mục cha
commit
5bc0131f4f

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

@@ -186,7 +186,7 @@
     </select>
 
     <select id="examPrivilegeQuery" resultType="com.qmth.themis.business.entity.TEExam">
-        select * from t_e_exam tee
+        select distinct tee.* from t_e_exam tee
         left join t_b_exam_invigilate_user tbeiu on tee.id = tbeiu.exam_id
         <where> 1 = 1
             <if test="userId != null and userId != ''">