feat: 邮箱主题

Signed-off-by: skyyemperor <skyyemperor@qq.com>
This commit is contained in:
skyyemperor 2022-10-05 16:39:14 +08:00
父節點 8eafc006d1
當前提交 03f9d539cf

查看文件

@ -258,7 +258,7 @@ public class JobService {
if (content != null) {
mailUtil.send(mail, SUBJECT, String.format(content, param1, param2));
mailUtil.send(mail, String.format(SUBJECT, job.getJobId()), String.format(content, param1, param2));
}
}