generated from dxfeng/secondev-chapanda-feishu
MODIFY-优化信息采集链接地址
This commit is contained in:
parent
3e310f6f7e
commit
3abbd32ba5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue