From 059b188fd49c5127b75a38408d12e26d2363fbab Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期二, 18 三月 2025 19:07:27 +0800
Subject: [PATCH] cans问题修复1.0

---
 performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java |    5 +++--
 1 files changed, 3 insertions(+), 2 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 e7b2064..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);
     }
 
 
@@ -123,7 +124,7 @@
     @GetMapping("temporaryInterface")
     public void temporaryInterface() {
         System.out.println("寮�濮嬬粰姣忎釜浜鸿繘琛屾帓鐝�,榛樿鏃╃彮======start");
-        // TODO 缁欐瘡涓汉閮借繘琛屾帓鐝�(榛樿鏃╃彮)
+        // 缁欐瘡涓汉閮借繘琛屾帓鐝�(榛樿鏃╃彮)
         PerformanceShiftAddDto performanceShiftAddDto = new PerformanceShiftAddDto();
         //鐝--鏃�(鏌ヨ瀛楀吀)
         List<SysDictData> shiftType = dictTypeService.selectDictDataByName("鐝绫诲瀷");

--
Gitblit v1.9.3