|
@@ -263,7 +263,7 @@ class historyContentIdTask(object):
|
|
|
if flow_pool_level == "autoArticlePoolLevel4":
|
|
|
exit_status = await self.check_title_whether_exit(content_id)
|
|
|
if exit_status:
|
|
|
- # 修改状态为执行状态
|
|
|
+ # 修改状态为退出状态
|
|
|
affected_rows = await self.update_content_status(
|
|
|
trace_id=trace_id,
|
|
|
new_content_status=self.EXIT_STATUS,
|