|
@@ -92,8 +92,7 @@
|
|
from ctop_oauth_token t1
|
|
from ctop_oauth_token t1
|
|
left join ctop_user_allocation t2
|
|
left join ctop_user_allocation t2
|
|
on t1.account_id = t2.account_id
|
|
on t1.account_id = t2.account_id
|
|
- where t2.account_status = 0
|
|
|
|
- and t1.media_id in (1,3)
|
|
|
|
|
|
+ where t1.media_id in (1,3)
|
|
group by account_id
|
|
group by account_id
|
|
</select>
|
|
</select>
|
|
|
|
|