generated from dxfeng/secondev-chapanda-feishu
BUG修复-招聘阶段展示顺序
This commit is contained in:
parent
c6535a35e1
commit
54d723bcc6
|
|
@ -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