Explorar el Código

updatePublishedMsgDaily.py improve

luojunhui hace 11 meses
padre
commit
10f8d7d989
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,