@@ -147,7 +147,7 @@
and qwPlanVideo.create_timestamp > #{excludeVideoTime}
</if>
- <if test="param.tag != null">
+ <if test="param.tags != null and param.tags.size() > 0">
join content_platform_video_tag videoTag
on videoTag.dt = video.dt and videoTag.video_id = video.video_id and ${videoTagFilter}