@@ -586,7 +586,7 @@ def get_article_detail_job():
update_sql_2 = f"""
UPDATE official_articles_v2
SET publish_timestamp = update_time
- WHERE publish_timestamp <= %s;
+ WHERE publish_timestamp < %s;
"""
db_client.update(
sql=update_sql_2,