From eb1a57285bb3468a4efe051781b8cc7a13ec23c6 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期二, 14 五月 2024 14:15:06 +0800
Subject: [PATCH] 部分调整

---
 performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java b/performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
index 2c9fad5..965ce6a 100644
--- a/performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
+++ b/performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
@@ -65,7 +65,7 @@
     }
 
     @ApiOperation(value = "缁╂晥绠$悊-鐝-瀵煎嚭")
-    @GetMapping("update")
+    @GetMapping("export")
     public void exportToExcel(@NotNull(message = "鏃堕棿涓嶈兘涓虹┖锛�") String time, String userName, String laboratory, Boolean isMonth, HttpServletResponse response) throws Exception {
         Map<Object, Object> data;
         response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");

--
Gitblit v1.9.3