| 
						
						
							
								
							
						
						
					 | 
					@ -202,7 +202,7 @@ public class EvaluationIndexServiceImpl implements EvaluationIndexService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            //2-1.直属下级组织列表
 | 
					 | 
					 | 
					            //2-1.直属下级组织列表
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            //2.判断客户是否存在子客户
 | 
					 | 
					 | 
					            //2.判断客户是否存在子客户
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            List<String> list = customerRelation.haveSubCustomer(dto.getCustomerId()); | 
					 | 
					 | 
					            List<String> list = customerRelation.haveSubCustomer(dto.getCustomerId()); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            if (!CollectionUtils.isNotEmpty(list)) { | 
					 | 
					 | 
					            if (CollectionUtils.isEmpty(list)) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                agencyList = evaluationIndexDao.getSubAgencyListByAgency(agencyId, null, null); | 
					 | 
					 | 
					                agencyList = evaluationIndexDao.getSubAgencyListByAgency(agencyId, null, null); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } else { | 
					 | 
					 | 
					            } else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                list.add(dto.getCustomerId()); | 
					 | 
					 | 
					                list.add(dto.getCustomerId()); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |