ソースを参照

fix on 2020.11.12

jiequan.bi 4 年 前
コミット
60236b8e8f

+ 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}%')