|  | @ -70,14 +70,11 @@ public class PartyMemberLeadServiceImpl implements PartyMemberLeadService { | 
			
		
	
		
		
			
				
					|  |  |     @DataSource(value = DataSourceConstant.EVALUATION_INDEX,datasourceNameFromArg = true) |  |  |     @DataSource(value = DataSourceConstant.EVALUATION_INDEX,datasourceNameFromArg = true) | 
			
		
	
		
		
			
				
					|  |  |     @Override |  |  |     @Override | 
			
		
	
		
		
			
				
					|  |  |     public FineExampleResultDTO fineExample(FineExampleFormDTO fineExampleFormDTO) { |  |  |     public FineExampleResultDTO fineExample(FineExampleFormDTO fineExampleFormDTO) { | 
			
		
	
		
		
			
				
					
					|  |  |         String customerId = fineExampleFormDTO.getCustomerId(); |  |  |         ScreenCustomerAgencyDTO agencyInfo = customerAgencyDao.selectByAgencyId(fineExampleFormDTO.getAgencyId()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |         String areaCode = null; |  |  |         if(null == agencyInfo) throw new RenException("未找到对应的机关"); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |         if(StringUtils.isBlank(customerId)){ |  |  |         String customerId = agencyInfo.getCustomerId(); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |             ScreenCustomerAgencyDTO agencyInfo = customerAgencyDao.selectByAgencyId(fineExampleFormDTO.getAgencyId()); |  |  |         String areaCode = agencyInfo.getAreaCode(); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |             if(null == agencyInfo) throw new RenException("未找到对应的机关"); |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					|  |  |             customerId = agencyInfo.getCustomerId(); |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             areaCode = agencyInfo.getAreaCode(); |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         } |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |         Result<List<String>> crmResponse = operCrmOpenFeignClient.getAllSubCustomerIds(customerId); |  |  |         Result<List<String>> crmResponse = operCrmOpenFeignClient.getAllSubCustomerIds(customerId); | 
			
		
	
		
		
			
				
					|  |  |         List<String> subCustomers; |  |  |         List<String> subCustomers; | 
			
		
	
		
		
			
				
					|  |  |         if(null == crmResponse || !crmResponse.success()) |  |  |         if(null == crmResponse || !crmResponse.success()) | 
			
		
	
	
		
		
			
				
					|  | 
 |