yumeng 4 年之前
父節點
當前提交
b069142817

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouVideoGetMapper.xml

@@ -118,6 +118,7 @@
         <if test="appVersion != null and appVersion != '' ">
             and photo_name like concat(#{appVersion},'%')
         </if>
+        and signature is not null
         and status = 0
         group by signature
         order by stat_date desc