|  |  | @ -149,12 +149,10 @@ public class NeighborHoodServiceImpl extends BaseServiceImpl<IcNeighborHoodDao,I | 
			
		
	
		
			
				
					|  |  |  |             log.warn("获取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()); | 
			
		
	
		
			
				
					|  |  |  |         path.append("?neiId=").append(entity.getId()) | 
			
		
	
		
			
				
					|  |  |  |                 .append("&agencyId=").append(entity.getAgencyId()) | 
			
		
	
		
			
				
					|  |  |  |                 .append("&agencyName=").append(agencyEntity.getOrganizationName()); | 
			
		
	
		
			
				
					|  |  |  |                 .append("&agencyId=").append(entity.getAgencyId()); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |         //需要发送的Json
 | 
			
		
	
		
			
				
					|  |  |  |         JSONObject data = new JSONObject(); | 
			
		
	
	
		
			
				
					|  |  | 
 |