|
@@ -17,8 +17,7 @@ class AppKuaishouVideoListAll:
|
|
|
|
|
|
def execSql(self):
|
|
def execSql(self):
|
|
try:
|
|
try:
|
|
- sql = """select account_id from media_api.kuaishou_video_list
|
|
|
|
- group by account_id """
|
|
|
|
|
|
+ sql = """select account_id from `jeecg-boot`.ctop_user_allocation where account_status=0 and media_id=2"""
|
|
account_list = TidbConn.quary(self.conn, sql)
|
|
account_list = TidbConn.quary(self.conn, sql)
|
|
for account_id in account_list:
|
|
for account_id in account_list:
|
|
try:
|
|
try:
|