Merge remote-tracking branch 'remotes/origin/fix/230801-无法生成薪资、社保档案' into release/2.9.3.2308.01

This commit is contained in:
sy 2023-08-04 15:18:56 +08:00
commit 4048d0998c
1 changed files with 2 additions and 0 deletions

View File

@ -233,8 +233,10 @@
e.mobile as mobile,
e.subcompanyid1 as subcompanyid,
e.departmentid as departmentId,
d.DEPARTMENTNAME as departmentName,
e.jobtitle as jobtitleId
from hrmresource e
left join hrmdepartment d on e.departmentid = d.id
where e.status not in (7)
and (e.accounttype is null or e.accounttype = 0)
</select>