zouxuan 4 éve
szülő
commit
8b99136664

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ImGroupMemberMapper.xml

@@ -134,6 +134,6 @@
 	</delete>
 	
 	<select id="queryByImGroupIdAndUserId" resultMap="ImGroupMember" parameterType="map">
-		SELECT * FROM im_group_member where find_in_set(im_group_id_,#{imGroupIdList}) and find_in_set(user_id_,#{userId})
+		SELECT * FROM im_group_member where find_in_set(im_group_id_,#{imGroupIdList}) and find_in_set(user_id_,#{userIdList})
 	</select>
 </mapper>