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