|  | @@ -1208,6 +1208,7 @@ public class DataDashboardService {
 | 
	
		
			
				|  |  |              List<Article> list = hisPublishMap.get(data.getTitle());
 | 
	
		
			
				|  |  |              Integer poolLevel = getArticlePoolLevel(data.getGhId(), list, small);
 | 
	
		
			
				|  |  |              list = list.stream().filter(publish -> publish.getPublishTimestamp() < (article.getPublishTimestamp() - 60 * 60 * 8))
 | 
	
		
			
				|  |  | +                    .filter(publish -> publish.getPublishTimestamp() > 1704038400)
 | 
	
		
			
				|  |  |                      .collect(Collectors.toList());
 | 
	
		
			
				|  |  |              // L1层仅统计历史发布在3-8位置文章
 | 
	
		
			
				|  |  |              if (poolLevel > 1 && "L1".equals(item.getType())) {
 |