| 
						
						
							
								
							
						
						
					 | 
					@ -5,7 +5,6 @@ import com.epmet.commons.tools.feign.fallback.CommonAggFeignClientFallBackFactor | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.AgencyInfoCache; | 
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.AgencyInfoCache; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.BuildingInfoCache; | 
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.BuildingInfoCache; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.CustomerStaffInfoCache; | 
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.CustomerStaffInfoCache; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.redis.common.bean.GridInfoCache; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.utils.Result; | 
					 | 
					 | 
					import com.epmet.commons.tools.utils.Result; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.cloud.openfeign.FeignClient; | 
					 | 
					 | 
					import org.springframework.cloud.openfeign.FeignClient; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.web.bind.annotation.PathVariable; | 
					 | 
					 | 
					import org.springframework.web.bind.annotation.PathVariable; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -39,15 +38,6 @@ public interface CommonAggFeignClient { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @PostMapping("/data/aggregator/org/agency") | 
					 | 
					 | 
					    @PostMapping("/data/aggregator/org/agency") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    Result<AgencyInfoCache> getAgencyInfo(@RequestParam("agencyId")String agencyId); | 
					 | 
					 | 
					    Result<AgencyInfoCache> getAgencyInfo(@RequestParam("agencyId")String agencyId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Description  查询网格信息 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param gridId | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @author zxc | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @date 2021/11/5 2:54 下午 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     */ | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @PostMapping("/data/aggregator/org/grid") | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    Result<GridInfoCache> getGridInfo(@RequestParam("gridId")String gridId); | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * 查询楼栋信息 | 
					 | 
					 | 
					     * 查询楼栋信息 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @param buildingId | 
					 | 
					 | 
					     * @param buildingId | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |