Browse Source

修改sql

zhangyong 8 months ago
parent
commit
9fb96af547
1 changed files with 1 additions and 1 deletions
  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
         )