| 
					
				 | 
			
			
				@@ -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( 
			 |