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