wangyunpeng 1 неделя назад
Родитель
Сommit
57d8131e73

+ 1 - 1
api-module/src/main/resources/mapper/contentplatform/ext/ContentPlatformPlanMapperExt.xml

@@ -147,7 +147,7 @@
                 and qwPlanVideo.create_timestamp > #{excludeVideoTime}
             </if>
         </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}
         </if>