Tento commit je obsažen v:
weihongyang 2022-06-30 08:40:59 +08:00
rodič 3a090fb584
revize e4bfce9df3

Zobrazit soubor

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