From 2e12b4e5b7b6bd3e7d6841df6bf8ebd58adc03bd Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 19 五月 2025 13:52:30 +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