薪酬系统-修复工号字段信息映射有误的问题

This commit is contained in:
sy 2022-09-16 14:22:11 +08:00
parent 4d9b7af975
commit 0d1a77d81b
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@
(
SELECT
e.lastname AS userName,
e.jobtitle AS jobNum,
e.workcode AS jobNum,
e.departmentid AS departmentId,
d.departmentname AS departmentName,
e.STATUS AS userStatus,