diff --git a/src/weaver/formmode/recruit/modeexpand/offer/CreateOfferModeExpand.java b/src/weaver/formmode/recruit/modeexpand/offer/CreateOfferModeExpand.java
index fe53e82..29ecf78 100644
--- a/src/weaver/formmode/recruit/modeexpand/offer/CreateOfferModeExpand.java
+++ b/src/weaver/formmode/recruit/modeexpand/offer/CreateOfferModeExpand.java
@@ -64,6 +64,12 @@ public class CreateOfferModeExpand extends AbstractModeExpandJavaCodeNew {
offerMobileUrl += "&billid=" + billId + "&dzyx=" + yx;
String mobileLink = "录用通知函";
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 = "{附件信息补充}";
+ tznr = tznr.replace("{附件信息补充}", collectLink);
String msgContent = RecruitModeUtil.getReplaceContent(tznr, fieldMapList, mainDataMap);
if (sendEmail) {