| 
					
				 | 
			
			
				@@ -40,12 +40,13 @@ public class VideoReportJob { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     String nowDate = DateUtils.getNowDate("yyyy-MM-dd"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    String date = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    String endDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     dailyExecutorService.submit( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         new Runnable() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           public void run() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            videoReportDailyService.getVideoReportDaily(Long.valueOf(param), token, date, date, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            videoReportDailyService.getVideoReportDaily(Long.valueOf(param), token, startDate, endDate, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 |