| @@ -234,8 +234,8 @@ public class JobService { | |||||||
|  |  | ||||||
|     private void sendEmail(Job job, JobStatusEnum status, String mail) { |     private void sendEmail(Job job, JobStatusEnum status, String mail) { | ||||||
|         // 多个参数 |         // 多个参数 | ||||||
|         String param1 = job.getJobId().toString(); |         String param1 = job.getRequestTime().format(DateTimeFormatter.ofPattern("yyyyMMdd")) + job.getJobId(); | ||||||
|         String param2 = job.getRequestTime().format(DateTimeFormatter.ofPattern("yyyyMMdd")) + job.getJobId(); |         String param2 = param1; | ||||||
|  |  | ||||||
|         String content = null; |         String content = null; | ||||||
|         switch (status) { |         switch (status) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user