From 6a53d35b5d56e2f6bc64bbfe41579f6f32039c90 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 24 三月 2026 15:24:33 +0800
Subject: [PATCH] 【丽水】随访增加 人工随访超时状态
---
ruoyi-admin/src/main/java/com/ruoyi/web/component/DeptUtils.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/component/DeptUtils.java b/ruoyi-admin/src/main/java/com/ruoyi/web/component/DeptUtils.java
index 1bd5f52..7858c6c 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/component/DeptUtils.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/component/DeptUtils.java
@@ -15,9 +15,9 @@
Map<String, String> map = new HashMap<>();
LoginUser loginUser = getLoginUser();
SysUser user = loginUser.getUser();
- String detpId = user.getDeptId().toString();
+ String deptcodes = user.getDeptCode().toString();
String userName = user.getUserName();
- map.put("deptId", detpId);
+ map.put("deptcodes", deptcodes);
map.put("userName", userName);
return map;
}
--
Gitblit v1.9.3