zhangyong hace 8 meses
padre
commit
9fb96af547
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         )