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,