employeeService查询外部 fixBug

This commit is contained in:
Harryxzy 2023-03-13 16:16:05 +08:00
parent 362f5abdf6
commit 0c409c627c
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@
c.id as jobtitleId
from hrsa_external_employee e
left join hrmdepartment d on e.department_id = d.id
left join hrmjobtitles c on e.jobtitle = c.id
left join hrmjobtitles c on e.jobtitle_id = c.id
left join HrmSubCompany sc on e.SUBCOMPANY_ID=sc.id
where 1 = 1
<if test="collection != null and collection.size()>0">