From 66205d252d0d999bbe9b41397cf8a7181632939c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 14 三月 2025 15:45:59 +0800
Subject: [PATCH] 检验任务代码迁移&添加消息通知模块

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

diff --git a/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java b/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java
index 26b0197..04d1c08 100644
--- a/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java
+++ b/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java
@@ -115,7 +115,8 @@
     @ApiOperation("鐝:鏌ヨ浜哄憳鍒楄〃")
     @GetMapping("/getUserList")
     public Result<?> getUserList(){
-        return Result.success(performanceShiftService.getUserList());
+        Map<String, List<Map<String, Object>>> userList = performanceShiftService.getUserList();
+        return Result.success(userList);
     }
 
 

--
Gitblit v1.9.3