From a8cdd311b223f72094280ed1358ad59e868f2f3c Mon Sep 17 00:00:00 2001 From: zhaokai Date: Wed, 7 Jan 2026 09:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=B2=97=E4=BD=8D=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= 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 6127aaca..65e5e99a 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 (4, 5) THEN u.post_name + WHEN c.type IN (3,4, 5) THEN u.post_name ELSE p.post_name END AS post_name, c.corp_name corpinfo_name,