Browse Source

V1.1.3 自动投放 修改sql

yumeng 4 years ago
parent
commit
01f9fc3e1a

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

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