feat: 邮箱主题

Signed-off-by: skyyemperor <skyyemperor@qq.com>
此提交包含在:
2022-10-08 21:23:10 +08:00
父節點 03f9d539cf
當前提交 4f8f119ffa

查看文件

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