From 9aa42e1cd8af0de557b3c422d53b557c5397f5d7 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 15 五月 2024 02:12:49 +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