소스 검색

fix on 2020.11.12

jiequan.bi 4 년 전
부모
커밋
60236b8e8f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/BytedanceVideoReportMapper.xml

+ 1 - 0
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/BytedanceVideoReportMapper.xml

@@ -27,6 +27,7 @@
                 #{item}
             </foreach>
         </if>
+        AND t1.video_url is not null
         GROUP BY t1.signature
         ) t
         WHERE (t.clip LIKE '%${clip}%')