From 525c64ef476b367b3ded1b9205788a183c2e810b Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期四, 09 五月 2024 13:16:44 +0800 Subject: [PATCH] 2024-5-9 绩效管理-班次后端开发调整完成 --- 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 bc1cb77..158c0ee 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 @@ -37,7 +37,7 @@ @ApiOperation(value = "缁╂晥绠$悊-鐝-鍒嗛〉鏌ヨ") @PostMapping("page") - public Result<?> performanceShiftPage(Integer size, Integer current, LocalDateTime time, String userName, String laboratory) { + public Result<?> performanceShiftPage(Integer size, Integer current, String time, String userName, String laboratory) { return Result.success(performanceShiftService.performanceShiftPage(new Page<>(current, size), time, userName, laboratory)); } -- Gitblit v1.9.3