From 61355c5809d9c23967b94f562be3040c47893f12 Mon Sep 17 00:00:00 2001
From: kangwenjing <1138819403@qq.com>
Date: Tue, 15 Sep 2026 10:44:52 +0800
Subject: [PATCH] =?UTF-8?q?fix(llm=20mapper):=20=E7=A7=BB=E9=99=A4?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E7=9C=9F=E5=AE=9E=E5=A7=93=E5=90=8D=E7=9A=84?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=92=8C=E5=8C=B9=E9=85=8D=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
移除了LlmMcpMapper.xml中三处使用u.real_name的代码,不再通过真实姓名搜索和展示用户信息,仅保留display_name、username作为用户名称来源
---
.idea/workspace.xml | 49 ++-----------------
.../resources/mapper/llm/LlmMcpMapper.xml | 9 ++--
2 files changed, 7 insertions(+), 51 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 51006c76..3a88069c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,52 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -144,6 +99,8 @@
+
+
diff --git a/backend/src/main/resources/mapper/llm/LlmMcpMapper.xml b/backend/src/main/resources/mapper/llm/LlmMcpMapper.xml
index 4008b006..ef96f587 100644
--- a/backend/src/main/resources/mapper/llm/LlmMcpMapper.xml
+++ b/backend/src/main/resources/mapper/llm/LlmMcpMapper.xml
@@ -1042,7 +1042,7 @@