人员导出BUG
This commit is contained in:
parent
a6ed99fc60
commit
23eae34062
|
|
@ -59,8 +59,8 @@
|
|||
SELECT t.lastname as lastName,d.departmentname as departmentName,
|
||||
c.subcompanyname as companyName,t.mobile,t.telephone,t1.lastname as managerName
|
||||
from hrmresource t
|
||||
left join hrmdepartment d on t.subcompanyid1 = d.id
|
||||
left join hrmsubcompany c on t.departmentid = c.id
|
||||
left join hrmdepartment d on t.departmentid = d.id
|
||||
left join hrmsubcompany c on t.subcompanyid1 = c.id
|
||||
left join hrmresource t1 on t.managerid = t1.id
|
||||
where 1 = 1
|
||||
<if test="ids != null and ids.size > 0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue