zhangyong 9 mesi fa
parent
commit
9fb96af547
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/sql_help.py

+ 1 - 1
common/sql_help.py

@@ -107,7 +107,7 @@ class sqlCollect():
         """
         视频号单点修改状态为1
         """
-        sql = f"""UPDATE dandian_shipinhao set has_used = 1 where video_id = '{vid}'"""
+        sql = f"""UPDATE dandian_content set has_used = 1 where video_id = '{vid}'"""
         res = AigcMysqlHelper.update_values(
             sql=sql
         )