| 
						
						
							
								
							
						
						
					 | 
					@ -69,6 +69,7 @@ public class IcResiServiceImpl implements IcResiService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    LambdaQueryWrapper<IcResiUserEntity> constructQueryWrapper4Coverage(String customerId, String agencyId, String queryPids, String categoryKey, String search) { | 
					 | 
					 | 
					    LambdaQueryWrapper<IcResiUserEntity> constructQueryWrapper4Coverage(String customerId, String agencyId, String queryPids, String categoryKey, String search) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        LambdaQueryWrapper<IcResiUserEntity> query = new LambdaQueryWrapper<>(); | 
					 | 
					 | 
					        LambdaQueryWrapper<IcResiUserEntity> query = new LambdaQueryWrapper<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        query.eq(IcResiUserEntity::getCustomerId, customerId); | 
					 | 
					 | 
					        query.eq(IcResiUserEntity::getCustomerId, customerId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        query.eq(IcResiUserEntity::getStatus, "0"); // 只查询0 正常的居民。
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        query.and(q -> q.eq(IcResiUserEntity::getAgencyId, agencyId).or().likeRight(IcResiUserEntity::getPids, queryPids)); | 
					 | 
					 | 
					        query.and(q -> q.eq(IcResiUserEntity::getAgencyId, agencyId).or().likeRight(IcResiUserEntity::getPids, queryPids)); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if ("resi_xfry".equals(categoryKey)) { | 
					 | 
					 | 
					        if ("resi_xfry".equals(categoryKey)) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            // 信访人员
 | 
					 | 
					 | 
					            // 信访人员
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |