From e60938e6bf6edf5da6dd7f9f6cc831fdcf27a69f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 06 八月 2024 11:27:56 +0800 Subject: [PATCH] 松套管配置套管 --- performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateController.java b/performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateController.java index b5814d4..e9834ee 100644 --- a/performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateController.java +++ b/performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateController.java @@ -44,7 +44,7 @@ @ValueClassify("浜哄憳鑰冭瘎") @ApiOperation(value = "瀵煎嚭鑰冭瘎") - @GetMapping("/exportEvaluate") + @PostMapping("/exportEvaluate") public void exportEvaluate(@RequestParam("month") String month, @RequestParam("name") String name, @RequestParam("departLims") String departLims, HttpServletResponse response) throws IOException { evaluateService.export(month, name, departLims, response); } -- Gitblit v1.9.3