|  | @ -470,7 +470,7 @@ public class CustomerAgencyController { | 
			
		
	
		
		
			
				
					|  |  |      * @Description 根据社区名称查询所属组织信息 |  |  |      * @Description 根据社区名称查询所属组织信息 | 
			
		
	
		
		
			
				
					|  |  |      * @Date 2022/6/21 22:41 |  |  |      * @Date 2022/6/21 22:41 | 
			
		
	
		
		
			
				
					|  |  |      **/ |  |  |      **/ | 
			
		
	
		
		
			
				
					
					|  |  |     @PostMapping("getCommunityInfo/{orgName}") |  |  |     @PostMapping("getCommunityInfo") | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     public Result<CommunityInfoResultDTO> getCommunityInfo(@RequestBody OrgInfoPointFormDTO formDTO) { |  |  |     public Result<CommunityInfoResultDTO> getCommunityInfo(@RequestBody OrgInfoPointFormDTO formDTO) { | 
			
		
	
		
		
			
				
					|  |  |         return customerAgencyService.getCommunityInfo(formDTO); |  |  |         return customerAgencyService.getCommunityInfo(formDTO); | 
			
		
	
		
		
			
				
					|  |  |     } |  |  |     } | 
			
		
	
	
		
		
			
				
					|  | 
 |