zhangyong пре 9 месеци
родитељ
комит
9fb96af547
1 измењених фајлова са 1 додато и 1 уклоњено
  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
         )