|
|
@@ -875,6 +875,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</foreach>
|
|
|
END
|
|
|
WHERE
|
|
|
+ send_type = 1
|
|
|
+ AND
|
|
|
(video_id, user_id, company_user_id) IN
|
|
|
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
|
|
|
(#{item.videoId}, #{item.userId}, #{item.companyUserId})
|