|  | @@ -11,6 +11,7 @@ import com.tzld.longarticle.recommend.server.common.enums.aigc.ChannelEnum;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.enums.aigc.ProduceContentAuditStatusEnum;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.enums.aigc.PublishPlanInputSourceTypesEnum;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.enums.longArticle.ArticleVideoAuditStatusEnum;
 | 
	
		
			
				|  |  | +import com.tzld.longarticle.recommend.server.common.enums.longArticle.ArticleVideoBadStatusEnum;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.enums.longArticle.VideoPoolPlatformEnum;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.enums.recommend.AccountBusinessTypeEnum;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.enums.recommend.ArticleTypeEnum;
 | 
	
	
		
			
				|  | @@ -2469,8 +2470,8 @@ public class DataDashboardService {
 | 
	
		
			
				|  |  |          // 视频
 | 
	
		
			
				|  |  |          List<VideoPoolPlatformEnum> videoPoolType = Arrays.asList(VideoPoolPlatformEnum.GZH, VideoPoolPlatformEnum.HkSP, VideoPoolPlatformEnum.SPH);
 | 
	
		
			
				|  |  |          for (VideoPoolPlatformEnum videoType : videoPoolType) {
 | 
	
		
			
				|  |  | -            List<PublishSingleVideoSource> videoPoolCrawlerCount = videoPoolRepository.getByCrawlerTimestampBetweenAndPlatform(
 | 
	
		
			
				|  |  | -                    start / 1000, end / 1000, videoType.getPlatform());
 | 
	
		
			
				|  |  | +            List<PublishSingleVideoSource> videoPoolCrawlerCount = videoPoolRepository.getByCrawlerTimestampBetweenAndPlatformAndBadStatus(
 | 
	
		
			
				|  |  | +                    start / 1000, end / 1000, videoType.getPlatform(), ArticleVideoBadStatusEnum.TITLE_DEFAULT_STATUS.getCode());
 | 
	
		
			
				|  |  |              List<PublishSingleVideoSource> videoPoolPQAuditCount = videoPoolRepository.getByAuditTimestampBetweenAndPlatform(
 | 
	
		
			
				|  |  |                      start / 1000, end / 1000, videoType.getPlatform());
 | 
	
		
			
				|  |  |              List<PublishSingleVideoSource> videoPoolAuditList = videoPoolRepository.getByVideoPoolAuditTimestampBetweenAndPlatform(
 |