From a3193dfb5a8bf0ac2899babc0161a0c5fbc4b769 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Tue, 6 Jan 2026 10:58:01 +0800 Subject: [PATCH] =?UTF-8?q?/user/getInfo=E6=B7=BB=E5=8A=A0=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5=E5=88=B0=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-infrastructure/src/main/resources/mapper/UserMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/web-infrastructure/src/main/resources/mapper/UserMapper.xml b/web-infrastructure/src/main/resources/mapper/UserMapper.xml index dc93c19c..6127aaca 100644 --- a/web-infrastructure/src/main/resources/mapper/UserMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserMapper.xml @@ -177,6 +177,7 @@ WHEN c.type IN (4, 5) THEN u.post_name ELSE p.post_name END AS post_name, + c.corp_name corpinfo_name, u.id, u.password, u.user_id,