年假不小心结转到下一年,返回操作脚本:
1、修改
update t_hr_yrbanlance set fstatus=0 where fpersonid in(select fpersonid from t_hr_yvperson yperson inner join _hr_yrule on yrule.fid = yperson.fyvruleid where yrule.fnumber='001') and fyear=2009;
2、删除
delete from t_hr_yvbalance where fpersonid in(select fpersonid from t_hr_yvrule yrule on yrule.fid=yperson.FYvruleID where FNumber='001') and fyear=2010;
说明:
1、以上两段脚本的执行顺序可以是任意的
2、yrule。fnumber年假规则编码
3、修改的这段脚本,fyear填写的是需要恢复的当前年假。
4、删除脚本,fyear是需要删除的年假。
5、例如:不小心结转到2010年,需返回2009年切年假规则编码为0001
反结转年假
最新推荐文章于 2023-05-30 10:17:23 发布