Browse Source

会议重复显示的问题

yanliming 3 năm trước cách đây
mục cha
commit
af2916f585
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/src/main/resources/mapper/base/MeetingInfo.xml

+ 1 - 1
common/src/main/resources/mapper/base/MeetingInfo.xml

@@ -118,7 +118,7 @@
 
 	<select id="search" parameterType="hashmap" resultMap="MeetingInfoMap">
 		<![CDATA[
-			select a.* from base_meeting_info a left join base_meeting_time b on a.id_=b.meeting_id
+			select DISTINCT a.* from base_meeting_info a left join base_meeting_time b on a.id_=b.meeting_id
 		]]>
 		<where>
 			a.del_flag=false and b.del_flag = false