From 49b20ce146fc7c619f41dfaa74a48a1367d37642 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期二, 30 七月 2024 19:10:41 +0800
Subject: [PATCH] 清理正式库的下单数据,并且默认新增所有人7月和8月的班次为早班
---
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