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