generated from dxfeng/secondev-chapanda-feishu
招聘流程、应聘过程BUG修复
This commit is contained in:
parent
68f4daec1f
commit
30ea302bd3
|
|
@ -315,9 +315,9 @@ public class InitRecruitDataServiceImpl extends Service implements InitRecruitDa
|
|||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?modeId={modeId}&formId={formId}&type=1&layoutid={layoutid}&{ypz}=$parentid$", "uf_jcl_bs", "笔试安排-新建模板", "ypz"))
|
||||
.build());
|
||||
|
||||
buttonList.add(OperateButtonPo.builder().buttonName("笔试结果登记").buttonAction("openDialog")
|
||||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?modeId={modeId}&formId={formId}&type=1&layoutid={layoutid}&{ypz}=$parentid$", "uf_jcl_bs", "笔试结果-编辑模板", "ypz"))
|
||||
.build());
|
||||
//buttonList.add(OperateButtonPo.builder().buttonName("笔试结果登记").buttonAction("openDialog")
|
||||
// .linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?modeId={modeId}&formId={formId}&type=1&layoutid={layoutid}&{ypz}=$parentid$", "uf_jcl_bs", "笔试结果-编辑模板", "ypz"))
|
||||
// .build());
|
||||
|
||||
buttonList.add(OperateButtonPo.builder().buttonName("安排面试").buttonAction("openDialog")
|
||||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?type=1&modeId={modeId}&formId={formId}&{ypz}=$parentid$", "uf_jcl_ms", "", "ypz"))
|
||||
|
|
@ -337,7 +337,7 @@ public class InitRecruitDataServiceImpl extends Service implements InitRecruitDa
|
|||
|
||||
|
||||
buttonList.add(OperateButtonPo.builder().buttonName("转为待入职").buttonAction("openDialog")
|
||||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?type=1&modeId={modeId}&formId={formId}&pcid=$parentid$", "uf_jcl_rzgl", "", ""))
|
||||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?type=1&modeId={modeId}&formId={formId}&pcid=$parentid$&recordType=pendingEmployment", "uf_jcl_rzgl", "", ""))
|
||||
.build());
|
||||
|
||||
buttonList.add(OperateButtonPo.builder().buttonName("转移阶段").buttonAction("openDialog")
|
||||
|
|
@ -427,7 +427,7 @@ public class InitRecruitDataServiceImpl extends Service implements InitRecruitDa
|
|||
String workflowId = "";
|
||||
int formId = -1;
|
||||
RecordSet rs = new RecordSet();
|
||||
rs.executeQuery("select id,formid from workflow_base where workflowname = ? ", workflowName);
|
||||
rs.executeQuery("select id,formid from workflow_base where workflowname like '" + workflowName + "%'");
|
||||
if (rs.next()) {
|
||||
workflowId = rs.getString("id");
|
||||
formId = rs.getInt("formid");
|
||||
|
|
|
|||
Loading…
Reference in New Issue