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