职位已经无生效员工,但是禁用职位依旧提示有生效员工
执行此sql:
select relation.fpersonid from t_hr_emporgrelation relation inner join T_HR_EmpLaborRelationHis emplabor on emplabor.fhistoryrelateid = relation.FlaborRelationID and relation.Feffdt >= emplabor.feffdt and relation.feffdt < emplabor.fleffdt inner join t_hr_bdemployeetype emptype on emplabor.FLaborRelationStateID = emptype.fid where relation.FEFFDT <= to_date('2021-03-08') and relation.FLEFFDT >= to_date('2021-03-08') and relation.fpositionid = '职位ID' and emptype.FIsInCount =1 and relation.FASSIGNTYPE =1 and relation.FIsLatestInAday = 1
这个sql是禁用职位查询生效员工的,可以看到关联了变动记录和用工关系历史,如果该职位已经无员工任职,那么只可能是用工关系历史数据问题,查询出校验到的员工,然后处理异常数据即可。
职位已经无生效员工,但是禁用职位依旧提示有生效员工
执行此sql:select relation.fpersonid from t_hr_emporgrelation relation inner join T_HR_EmpLaborRelationHis emplabor ...
点击下载文档
本文2024-09-22 21:05:24发表“s-hr cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-shr-117824.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章