fix: 🔧
This commit is contained in:
부모
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());
|
||||
|
불러오는 중...
Reference in New Issue
Block a user