|  | @@ -3,9 +3,11 @@ package com.tzld.longarticle.recommend.server.mapper.longArticle;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.model.entity.longArticle.PublishSingleVideoSource;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.model.param.ListItemFilterOrderParam;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.model.param.videoAudit.ArticleTitleUpdateParam;
 | 
	
		
			
				|  |  | +import com.tzld.longarticle.recommend.server.model.param.videoAudit.VideoSynopsisUpdateParam;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.model.param.videoAudit.VideoTitleUpdateParam;
 | 
	
		
			
				|  |  |  import org.apache.ibatis.annotations.Mapper;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import java.util.Date;
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  @Mapper
 | 
	
	
		
			
				|  | @@ -37,6 +39,8 @@ public interface VideoPoolAuditMapper {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      void updateVideoTitle(VideoTitleUpdateParam param, Long updateTime);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    void updateArticleSynopsis(VideoSynopsisUpdateParam param, Date updateTime);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      List<PublishSingleVideoSource> articleVideoAuditCount(String accountName, Long start, Long end);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      int articleVideoWaitingAuditCount();
 |