BUG修复-招聘阶段展示顺序

This commit is contained in:
dxfeng 2024-08-06 16:39:11 +08:00
parent c6535a35e1
commit 54d723bcc6
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {