feat: 邮箱主题
Signed-off-by: skyyemperor <skyyemperor@qq.com>
This commit is contained in:
父節點
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));
|
||||
}
|
||||
}
|
||||
|
||||
|
載入中…
x
新增問題並參考
Block a user