员工离职,考勤明细还显示该员工数据,如何删除
解决方案:
【适用版本】通用
【操作步骤】
sql语句参考:
select * into T_hr_ats_attendanceresult0601 from T_hr_ats_attendanceresult --备份
select * from T_hr_ats_attendanceresult where FATTENCEDATE between {ts '2018-04-27'} and {ts '2018-05-16'} and fproposerid in (select fid from T_bd_person where FNUMBER = '') --改成需要的时间和人员编码
delete from T_hr_ats_attendanceresult where FATTENCEDATE between {ts '2018-04-27'} and {ts '2018-05-16'} and fproposerid in (select fid from T_bd_person where FNUMBER = '')
员工离职,考勤明细还显示该员工数据,如何删除
解决方案:【适用版本】通用【操作步骤】sql语句参考:select * into T_hr_ats_attendanceresult0601 from T_hr_ats_attendanceresult...
点击下载文档
本文2024-09-22 22:01:21发表“s-hr cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-shr-123881.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章