|  | @@ -149,7 +149,7 @@ public class XxlJobService {
 | 
	
		
			
				|  |  |              log.error("Error processCrawlerEachData: {}", JSONObject.toJSONString(longArticlesVideo), e);
 | 
	
		
			
				|  |  |              FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.JOB.getRobotId(),
 | 
	
		
			
				|  |  |                      "processCrawlerEachData 异常\n"
 | 
	
		
			
				|  |  | -                    + "异常数据: " + JSONObject.toJSONString(longArticlesVideo) + "\n"
 | 
	
		
			
				|  |  | +                    + "异常数据: " + longArticlesVideo.getTraceId() + "\n"
 | 
	
		
			
				|  |  |                      + "错误信息:" + e.getMessage());
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
	
		
			
				|  | @@ -200,7 +200,7 @@ public class XxlJobService {
 | 
	
		
			
				|  |  |              log.error("Error processArticleEachData: {}", JSONObject.toJSONString(longArticlesMatchVideo), e);
 | 
	
		
			
				|  |  |              FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.JOB.getRobotId(),
 | 
	
		
			
				|  |  |                      "processArticleEachData 异常\n"
 | 
	
		
			
				|  |  | -                            + "异常数据: " + JSONObject.toJSONString(longArticlesMatchVideo) + "\n"
 | 
	
		
			
				|  |  | +                            + "异常数据: " + longArticlesMatchVideo.getTraceId() + "\n"
 | 
	
		
			
				|  |  |                              + "错误信息:" + e.getMessage());
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 |