| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -464,6 +464,8 @@ public class AgencyServiceImpl implements AgencyService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    pidList= Arrays.asList(customerAgencyDTO.getPids().split(StrConstant.COLON)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                }else if(customerAgencyDTO.getPids().contains(StrConstant.COMMA)){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    pidList= Arrays.asList(customerAgencyDTO.getPids().split(StrConstant.COMMA)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                } else if (customerAgencyDTO.getPid().equals(customerAgencyDTO.getPids())) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    pidList.add(customerAgencyDTO.getPids()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                if(!CollectionUtils.isEmpty(pidList)){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    //单客户,存在上级时查询...
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |