generated from dxfeng/secondev-chapanda-feishu
Merge branch '2024.0718/00' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into feature/dxf
This commit is contained in:
commit
39c0a582cd
|
|
@ -132,7 +132,7 @@ public class RecruitFlowServiceImpl extends Service implements RecruitFlowServic
|
|||
if (-1 == recruitFlowId) {
|
||||
throw new CustomizeRunTimeException("未设置对应招聘流程");
|
||||
}
|
||||
rs.executeQuery("select id,jdmc from uf_jcl_zpjdsz where sfqy = 0 and zplc = ? order by zssx", recruitFlowId);
|
||||
rs.executeQuery("select id,jdmc from uf_jcl_zpjdsz where sfqy = 0 and zplc = ? order by hj,zssx", recruitFlowId);
|
||||
int stepIndex = 0;
|
||||
List<RecruitStepPo> stepList = new ArrayList<>();
|
||||
while (rs.next()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue