generated from dxfeng/secondev-chapanda-feishu
BUG-应聘过程,offer反馈BUG修复
This commit is contained in:
parent
0a0d2a15d9
commit
101189c770
|
|
@ -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