| 
						
						
							
								
							
						
						
					 | 
					@ -149,12 +149,10 @@ public class NeighborHoodServiceImpl extends BaseServiceImpl<IcNeighborHoodDao,I | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            log.warn("获取accessToken失败,customerId:{}", entity.getCustomerId()); | 
					 | 
					 | 
					            log.warn("获取accessToken失败,customerId:{}", entity.getCustomerId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            throw new RenException("获取accessToken失败,customerId:{}", entity.getCustomerId()); | 
					 | 
					 | 
					            throw new RenException("获取accessToken失败,customerId:{}", entity.getCustomerId()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        CustomerAgencyEntity agencyEntity = customerAgencyDao.selectById(entity.getAgencyId()); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        //跳转的页面
 | 
					 | 
					 | 
					        //跳转的页面
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        StringBuilder path = new StringBuilder(CollectUrlEnum.URL_PRE.getCode()); | 
					 | 
					 | 
					        StringBuilder path = new StringBuilder(CollectUrlEnum.URL_PRE.getCode()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        path.append("?neiId=").append(entity.getId()) | 
					 | 
					 | 
					        path.append("?neiId=").append(entity.getId()) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                .append("&agencyId=").append(entity.getAgencyId()) | 
					 | 
					 | 
					                .append("&agencyId=").append(entity.getAgencyId()); | 
				
			
			
				
				
			
		
	
		
		
			
				
					 | 
					 | 
					                .append("&agencyName=").append(agencyEntity.getOrganizationName()); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        //需要发送的Json
 | 
					 | 
					 | 
					        //需要发送的Json
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        JSONObject data = new JSONObject(); | 
					 | 
					 | 
					        JSONObject data = new JSONObject(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |