| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -140,7 +140,7 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        formDTO.setOrgId(staffInfo.getAgencyId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        // 关注类型,核酸检测:2,疫苗接种:1,行程上报:0
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (formDTO.getAttentionType().equals(NumConstant.ONE)){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (formDTO.isPage()){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (formDTO.getIsPage()){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                PageInfo<VaccinationListResultDTO> pageInfo = PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()).doSelectPageInfo(() -> baseDao.vaccinationList(formDTO)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.setList(pageInfo.getList()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.setTotal(Integer.valueOf(String.valueOf(pageInfo.getTotal()))); | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -150,7 +150,7 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.setTotal(list.size()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        }else if (formDTO.getAttentionType().equals(NumConstant.TWO)){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (formDTO.isPage()){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (formDTO.getIsPage()){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                PageInfo<VaccinationListResultDTO> pageInfo = PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()).doSelectPageInfo(() -> baseDao.natList(formDTO)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.setList(pageInfo.getList()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.setTotal(Integer.valueOf(String.valueOf(pageInfo.getTotal()))); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |