| 
					
				 | 
			
			
				@@ -1127,7 +1127,7 @@ public class XxlJobService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //    @XxlJob("ContentPreFilterJob") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Scheduled(cron = "0 0 1 * * ?") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public ReturnT<String> gzhWaitingPublishContentPreFilter(String param) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public ReturnT<String> gzhWaitingPublishContentPreFilter() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         boolean lockAcquired = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String lockKey = "ContentPreFilterJobLock-"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String requestId = UUID.randomUUID().toString(); 
			 |