فهرست منبع

客户管理导出get换post请求

wang-hai-cheng 5 سال پیش
والد
کامیت
a2f93f5fa8

+ 1 - 1
lift-enterprise-service/src/main/java/cn/com/ty/lift/enterprise/custom/controller/PropertyCompanyController.java

@@ -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);
     }