Browse Source

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

luojunhui 3 months ago
parent
commit
96ab2f1e39
1 changed files with 3 additions and 2 deletions
  1. 3 2
      server/api/record.py

+ 3 - 2
server/api/record.py

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