Merge pull request '人员导出BUG' (#113) from feature/dxf into develop

Reviewed-on: http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization/pulls/113
This commit is contained in:
dxfeng 2022-12-21 13:44:45 +08:00
commit 452cfeecc6
1 changed files with 2 additions and 2 deletions

View File

@ -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">