employeeService查询外部 fixBug
This commit is contained in:
parent
362f5abdf6
commit
0c409c627c
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue