fix: 🔧

This commit is contained in:
weihongyang 2022-06-30 08:40:59 +08:00
父節點 3a090fb584
當前提交 e4bfce9df3

查看文件

@ -38,6 +38,7 @@ public class ScheduleJob extends QuartzJobBean {
long startTime = System.currentTimeMillis();
try {
//执行任务
logger.info("任务准备执行,任务ID:{}", scheduleJob.getId());
Object target = SpringContextUtils.getBean(scheduleJob.getBeanName());