|  | @@ -217,6 +217,9 @@ public class XxlJobService {
 | 
	
		
			
				|  |  |                  rows.add(obj);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        if (CollectionUtil.isEmpty(rows)) {
 | 
	
		
			
				|  |  | +            return ReturnT.SUCCESS;
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          FeishuTableDTO tableDTO = FeishuTableDTO.createTable("发布计划超1H未发送完成", columns, rows, false);
 | 
	
		
			
				|  |  |          JSONObject content = JSONObject.parseObject(JSONObject.toJSONString(tableDTO));
 | 
	
	
		
			
				|  | @@ -301,6 +304,7 @@ public class XxlJobService {
 | 
	
		
			
				|  |  |                  accountNames.remove(errorMsgDetail.getAccountName());
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        accountNames.removeIf(specialAdAccountNames::contains);
 | 
	
		
			
				|  |  |          if (CollectionUtil.isEmpty(planErrorMsg.getErrorMsgDetails())
 | 
	
		
			
				|  |  |                  || CollectionUtil.isEmpty(accountNames)) {
 | 
	
		
			
				|  |  |              return null;
 |