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
ec6a4d02c9
|
|
@ -324,8 +324,8 @@ public enum RecordOperateEnum implements RecordOperateAdapter {
|
|||
xm = rs.getString("xm");
|
||||
zt = rs.getString("zt");
|
||||
}
|
||||
int modeId = ApplicantCommonInfo.getModeIdByTableName("uf_jcl_offer");
|
||||
String selectName = ApplicantCommonInfo.getSelectName(String.valueOf(modeId), "zt", zt);
|
||||
int formId = ApplicantCommonInfo.getFormIdByTableName("uf_jcl_offer");
|
||||
String selectName = ApplicantCommonInfo.getSelectName(String.valueOf(formId), "zt", zt);
|
||||
|
||||
String content = "offer反馈:" + selectName;
|
||||
recordPo.setContent(content);
|
||||
|
|
|
|||
Loading…
Reference in New Issue