소스 검색

内容池交互 tag多选

wangyunpeng 1 주 전
부모
커밋
57d8131e73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api-module/src/main/resources/mapper/contentplatform/ext/ContentPlatformPlanMapperExt.xml

+ 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>