fix:调整评论用例邮件链接

This commit is contained in:
wenyann 2021-06-24 14:13:00 +08:00 committed by 刘瑞斌
parent 861001d0f1
commit 0e2f48f471
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public abstract class AbstractNoticeSender implements NoticeSender {
if (context.get(k) != null) {
template = RegExUtils.replaceAll(template, "\\$\\{" + k + "}", context.get(k).toString());
} else {
template = RegExUtils.replaceAll(template, "\\$\\{" + k + "}", "未设置");
template = RegExUtils.replaceAll(template, "\\$\\{" + k + "}", "");
}
}
}