| 
					
				 | 
			
			
				@@ -284,6 +284,7 @@ public class CrawlerVideoServiceImpl { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public boolean pushOss(String contentId) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("VideoDownload and pushOss contentId={}", contentId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         CrawlerVideoExample example = new CrawlerVideoExample(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         example.createCriteria().andContentIdEqualTo(contentId).andDownloadStatusEqualTo(0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         example.setOrderByClause("score desc"); 
			 |