浏览代码

新版自动投放,清洗素材改完只清洗有效状态的策略

zhaoxian 3 年之前
父节点
当前提交
5d15fdfa3b

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

@@ -5,6 +5,7 @@
     <select id="getKuaishouAccountAutoStrategy" resultType="java.lang.Long">
         SELECT account_id
         FROM ctop_ai_kuaishou_account_auto_strategy
+        WHERE status = 1
         GROUP BY account_id
     </select>