From 8a51a550b0fca6edb9c90ec54e03ececfebd3bf6 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Mon, 5 Jan 2026 16:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=94=A8=E6=88=B7=E5=B2=97?= =?UTF-8?q?=E4=BD=8D=E5=90=8D=E7=A7=B0=E6=9F=A5=E8=AF=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-infrastructure/src/main/resources/mapper/UserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/UserMapper.xml b/web-infrastructure/src/main/resources/mapper/UserMapper.xml index 364b57a7..dc93c19c 100644 --- a/web-infrastructure/src/main/resources/mapper/UserMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserMapper.xml @@ -174,7 +174,7 @@ select d.name as department_name, CASE - WHEN c.type IN (1, 2, 3) THEN u.post_name + WHEN c.type IN (4, 5) THEN u.post_name ELSE p.post_name END AS post_name, u.id,