|
@@ -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>
|