offer 添加{附件信息补充}超链接

This commit is contained in:
dxfeng 2024-08-13 14:51:55 +08:00
parent 0ff2e00a41
commit 48609b548c
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ public class CreateOfferModeExpand extends AbstractModeExpandJavaCodeNew {
offerMobileUrl += "&billid=" + billId + "&dzyx=" + yx;
String mobileLink = "<span color='red'><a href='" + offerMobileUrl + "' target='_blank'>录用通知函</a></span>";
tznr = tznr.replace("{录用通知函}", mobileLink);
// 数据中心地址
String infoCollectUrl = RecruitModeUtil.getRecruitPropValue("OFFER_INFO_COLLECT_URL");
String xm = Util.null2String(mainDataMap.get("xm"));
String collectUrl = infoCollectUrl + "?candidateId=" + xm + "&";
String collectLink = "<span color='red'><a href='" + collectUrl + "' target='_blank'>{附件信息补充}</a></span>";
tznr = tznr.replace("{附件信息补充}", collectLink);
String msgContent = RecruitModeUtil.getReplaceContent(tznr, fieldMapList, mainDataMap);
if (sendEmail) {