From 68897236636f9c54e34bdca52864cb424c2291e5 Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期四, 20 三月 2025 17:16:14 +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