Commit 3e22931d by xueli.xue

更新邮件内容

parent 7b9d505f
...@@ -219,7 +219,7 @@ public final class DynamicSchedulerUtil implements ApplicationContextAware, Init ...@@ -219,7 +219,7 @@ public final class DynamicSchedulerUtil implements ApplicationContextAware, Init
triggerSet.add(cronTrigger); triggerSet.add(cronTrigger);
scheduler.scheduleJob(jobDetail, triggerSet, true); scheduler.scheduleJob(jobDetail, triggerSet, true);
logger.info(">>>>>>>>>>> resumeJob success, jobInfo:{}", jobInfo); logger.info(">>>>>>>>>>> resumeJob success, JobGroup:{}, JobName:{}", jobInfo.getJobGroup(), jobInfo.getJobName());
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment