流程中怎么输出职务子类信息?
【适用版本】
85及以上版本
【概述】
问题:根据职员id获取职务子类名称
处理方案:自定义工作流脚本处理,参考脚本如下
//输入变量:personid是职员id
//输出变量:JobCategoryName职务子类名称
StringBuffertStrSql = new StringBuffer();
tStrSql.append("selectfname_l2 from T_HR_HRJobSubCategory where Fid in (select FHRJobSubCategoryID from T_HR_hrjob where fidin(select FHRJOBID from t_hr_positionextend where FPOSITIONID in (select FPOSITIONID from T_org_positionmember where fpersonid='"+ personid +"' and FISPRIMARY =1)))");
com.kingdee.jdbc.rowset.IRowSetrowSet =com.kingdee.eas.util.app.DbUtil.executeQuery(__bosContext,tStrSql.toString());
if(rowSet!=null)
{
while(rowSet.next()){
JobCategoryName=rowSet.getString(1);
}
}
流程中怎么输出职务子类信息?
【适用版本】85及以上版本【概述】问题:根据职员id获取职务子类名称处理方案:自定义工作流脚本处理,参考脚本如下//输入变量:personid是职员...
点击下载文档
本文2024-09-22 21:46:43发表“s-hr cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-shr-122272.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章