fix(消息通知): 修复消息通知标题被空格截断的问题

--bug=1015968 --user=刘瑞斌 【消息通知】手动更新场景、接口用例等,邮件通知标题多了个空格 https://www.tapd.cn/55049933/s/1229382
This commit is contained in:
CaptainB 2022-08-22 18:17:21 +08:00 committed by 刘瑞斌
parent cf6ca0a8cc
commit 7f3734f538
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class MailNoticeSender extends AbstractNoticeSender {
LogUtil.debug("发件人地址" + javaMailSender.getUsername());
LogUtil.debug("helper" + helper);
helper.setSubject("【MeterSphere" + subject);
helper.setSubject("【MeterSphere通知" + subject);
LogUtil.info("收件人地址: {}", Arrays.asList(users));
helper.setText(context, true);