@@ -233,9 +233,7 @@ class UpdatePublishedArticlesMinigramDetail(object):
if root_source_id_list:
# 说明已经获取到 root_source_id了
fetch_sql = f"""
- select video_id, root_source_id
+ select video_id, root_source_id from long_articles_root_source_id where root_source_id in %s;
- from long_articles_root_source_id
- where root_source_id in %s;
"""
fetch_response = self.long_articles_db_client.fetch(
query=fetch_sql,