@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user