加班单工作流中如何获取员工借调职位
[适用版本]
通用
[解决方案]
工作流脚本处理,参考如下:
//加班单优先获取借调职位,没有则获取主要职位, 输出变量 positionid
StringBuffer tStrSql = new StringBuffer();
tStrSql.append(select FPOSITIONID from t_hr_emporgrelation where fleffdt={ts '2199-12-31'} and fpersonid='+OverTimeBill.entries.person.id +' and FActionTypeID in(select fid from T_HR_AffairActionReason where fname_l2='借调调入'));
com.kingdee.jdbc.rowset.IRowSet rowSet = com.kingdee.eas.util.app.DbUtil.executeQuery(__bosContext,tStrSql.toString());
if(rowSet!=null)
{ while(rowSet.next()){
positionid= rowSet.getString(1);
}}else{
positionid= OverTimeBill.entries.position.id;
}
加班单工作流中如何获取员工借调职位
[适用版本]通用[解决方案]工作流脚本处理,参考如下://加班单优先获取借调职位,没有则获取主要职位, 输出变量 positionidStringBuffer tS...
点击下载文档
本文2024-09-22 21:51:09发表“s-hr cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-shr-122753.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章