fix:调整评论用例邮件链接
This commit is contained in:
parent
861001d0f1
commit
0e2f48f471
|
@ -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 + "}", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue