| 
					
				 | 
			
			
				@@ -816,8 +816,7 @@ public class WorkerLogic { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (policy == null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        List<String> websitIds = policyWebsits.stream() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                .map(PolicyWebsit::getWebsitId).collect(Collectors.toList()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (WebsitUser websitUser : websitUsers) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if ( policyWebsits.stream().filter(item ->item.getWebsitId().equals(websitUser.getWebsitId())).count() <1) { 
			 |