Browse Source

history 增加bot && history

luojunhui 5 months ago
parent
commit
c8b9df6bc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tasks/history_task.py

+ 1 - 1
tasks/history_task.py

@@ -313,7 +313,7 @@ class historyContentIdTask(object):
         gh_id = params['gh_id']
         if flow_pool_level == "autoArticlePoolLevel4":
             # 校验文章是否属于该账号的negative 类型
-            negative_category_status = await self.check_title_category(content_id=content_id, gh_id=gh_id)
+            negative_category_status = await self.check_title_category(content_id=content_id, gh_id=gh_id, trace_id=trace_id)
             if negative_category_status:
                 # 修改状态为品类不匹配状态
                 logging(