فهرست منبع

视频库-更新视频关联创意数 变更查询条件

zhaoxian 4 سال پیش
والد
کامیت
942f3c70e3

+ 7 - 3
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaishouStrategyMapper.xml

@@ -12,8 +12,12 @@
     </select>
 
     <select id="queryActiveAccount" resultType="java.lang.Long">
-        SELECT account_id FROM ctop_ai_kuaishou_advertiser_strategy
-        WHERE timer_task_status = 1
-        GROUP BY account_id
+        select account_id from ctop_ai_kuaishou_advertiser_strategy where campaign_name like '%上下滑&信息流%' and status = 1 GROUP BY account_id
     </select>
+
+
+     <!--  SELECT account_id FROM ctop_ai_kuaishou_advertiser_strategy
+        WHERE timer_task_status = 1
+        GROUP BY account_id-->
+
 </mapper>