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,