@@ -63,7 +63,7 @@
FROM ctop_kuaishou_group
WHERE account_id = #{accountId}
and (cpa_bid > #{maxBid} or bid > #{maxBid})
- and status = 1
+ and status = 20
group by unit_id
</select>