|  | @@ -349,7 +349,7 @@ public class SysDeptController extends BaseController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiOperation(value = "根据受检机构类型查询")
 | 
	
		
			
				|  |  |      @InnerAuth
 | 
	
		
			
				|  |  | -    @GetMapping("/findByOrgTypesAndParent")
 | 
	
		
			
				|  |  | +    @PostMapping("/findByOrgTypesAndParent")
 | 
	
		
			
				|  |  |      List<SysOrg> findByOrgTypesAndParent(@RequestBody FindOrgTypes types) {
 | 
	
		
			
				|  |  |          return orgService.findByOrgTypesAndParent(types);
 | 
	
		
			
				|  |  |      }
 |