generated from dxfeng/secondev-chapanda-feishu
offer 添加{附件信息补充}超链接
This commit is contained in:
parent
0ff2e00a41
commit
48609b548c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue