Browse Source

updatePublishedMsgDaily.py improve

luojunhui 5 months ago
parent
commit
10f8d7d989
1 changed files with 1 additions and 1 deletions
  1. 1 1
      updatePublishedMsgDaily.py

+ 1 - 1
updatePublishedMsgDaily.py

@@ -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,