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