| 
					
				 | 
			
			
				@@ -58,7 +58,6 @@ public class WeComUserDataJob { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             endTime = Long.parseLong(split[1]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         StaffExample example = new StaffExample(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        example.createCriteria().andIdEqualTo(1L); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<Staff> staffList = staffMapper.selectByExample(example); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         for (Staff staff : staffList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             insertAllUser(startTime, endTime, staff); 
			 |