MODIFY-优化信息采集链接地址

This commit is contained in:
dxfeng 2024-06-05 14:06:29 +08:00
parent 3e310f6f7e
commit 3abbd32ba5
1 changed files with 3 additions and 1 deletions

View File

@ -125,7 +125,9 @@ public class InductionManageServiceImpl extends Service implements InductionMana
String messageLink = RecruitModeUtil.getRecruitPropValue("COLLECT_MESSAGE_LINK");
//messageLink += "&billId=" + id;
if(StringUtils.isNotBlank(messageLink)) {
messageLink = "<span><a href='" + messageLink + "' target='_blank'>链接地址</a></span>";
}
yjnr = yjnr.replace("{链接地址}", messageLink);
yjnr = yjnr.replace("{初始密码}", password);
String msgContent = RecruitModeUtil.getReplaceContent(yjnr, fieldMapList, mainDataMap);