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