|
@@ -128,7 +128,7 @@ public class PropertyCompanyController {
|
|
|
return RestResponse.fail();
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/export")
|
|
|
+ @PostMapping("/export")
|
|
|
public void export(@RequestBody PropertyCompany propertyCompany, HttpServletResponse response) {
|
|
|
propertyCompanyService.export(propertyCompany, response);
|
|
|
}
|