Browse Source

修改sql

zhangyong 8 tháng trước cách đây
mục cha
commit
9fb96af547
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         )