linhw 2024-05-07 18:15:10 +08:00
parent 3b94869cb0
commit 041a6a68a6
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select DISTINCT(user_id) from app_user_friend
<where>
<if test="ids != null and ids.length > 0">
friend_id in
<foreach collection="ids" item="item" open="(" separator="," close=")">
#{item}
</foreach>