|  |  | @ -144,7 +144,6 @@ public class IcEmployeeRegisterServiceImpl extends BaseServiceImpl<IcEmployeeReg | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         formDTO.setAgencyId(staffInfo.getAgencyId()); | 
			
		
	
		
			
				
					|  |  |  |         PageData<EmployeeRegisterListResultDTO> result = new PageData<>(); | 
			
		
	
		
			
				
					|  |  |  |         List<EmployeeRegisterListResultDTO> list; | 
			
		
	
		
			
				
					|  |  |  |         // 未核酸检测的查询,根据所有企业下登记过的员工,筛出时间段内已检测的,剩下的就是未检测
 | 
			
		
	
		
			
				
					|  |  |  |         if (formDTO.getIsPage()){ | 
			
		
	
		
			
				
					|  |  |  |             PageInfo<EmployeeRegisterListResultDTO> pageInfo = new PageInfo<>(); | 
			
		
	
	
		
			
				
					|  |  | 
 |