fix: 🔧

This commit is contained in:
weihongyang 2022-06-30 08:40:59 +08:00
parent 3a090fb584
commit e4bfce9df3

View File

@ -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());