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,