generated from dxfeng/secondev-chapanda-feishu
预制包BUG修复-20231124
This commit is contained in:
parent
6fe3a56229
commit
2ca851bf5b
|
|
@ -95,7 +95,7 @@ public class ApplicantCommonInfo {
|
|||
public static int getModeIdByTableName(String modeTable) {
|
||||
int formModeId = -1;
|
||||
RecordSet rs = new RecordSet();
|
||||
rs.executeQuery("select id from modeinfo where formid =( select id from workflow_bill where tablename = ? )", modeTable);
|
||||
rs.executeQuery("select id from modeinfo where formid =( select id from workflow_bill where tablename = ? ) order by id", modeTable);
|
||||
if (rs.next()) {
|
||||
formModeId = rs.getInt("id");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -324,7 +324,7 @@ public class InitRecruitDataServiceImpl extends Service implements InitRecruitDa
|
|||
.build());
|
||||
|
||||
buttonList.add(OperateButtonPo.builder().buttonName("背调结果登记").buttonAction("openDialog")
|
||||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?type=1&modeId={modeId}&formId={formId}&{ypz}=6&recordType=addBackTone", "uf_jcl_bd", "", "ypz"))
|
||||
.linkUrl(getModeLink("/spa/cube/index.html#/main/cube/card?type=1&modeId={modeId}&formId={formId}&{ypz}=$parentid$&recordType=addBackTone", "uf_jcl_bd", "", "ypz"))
|
||||
.build());
|
||||
|
||||
buttonList.add(OperateButtonPo.builder().buttonName("谈判记录登记").buttonAction("openDialog")
|
||||
|
|
|
|||
Loading…
Reference in New Issue