ソースを参照

Merge branch '2025-01-04-fission-rerank' of Server/title_with_video into master

luojunhui 3 ヶ月 前
コミット
96ab2f1e39
1 ファイル変更3 行追加2 行削除
  1. 3 2
      server/api/record.py

+ 3 - 2
server/api/record.py

@@ -140,10 +140,10 @@ class Record(object):
         try:
         try:
             await self.mysql_client.async_insert(
             await self.mysql_client.async_insert(
                 sql=insert_sql,
                 sql=insert_sql,
-                params={
+                params=(
                     self.channel_content_id,
                     self.channel_content_id,
                     self.content_id
                     self.content_id
-                }
+                )
             )
             )
         except Exception as e:
         except Exception as e:
             logging(
             logging(
@@ -152,6 +152,7 @@ class Record(object):
                 function="Record",
                 function="Record",
                 trace_id=self.trace_id
                 trace_id=self.trace_id
             )
             )
+    
     async def deal(self):
     async def deal(self):
         """
         """
         deal
         deal