feat: 邮箱主题

Signed-off-by: skyyemperor <skyyemperor@qq.com>
This commit is contained in:
2022-10-05 16:39:14 +08:00
parent 8eafc006d1
commit 03f9d539cf

View File

@@ -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));
}
}