1
This commit is contained in:
@@ -54,10 +54,10 @@ public class AutoCreateTask {
|
||||
}
|
||||
} catch (InvocationTargetException e) {
|
||||
e.printStackTrace();
|
||||
log.info("定时器执行失败:{}", e.getTargetException().getMessage());
|
||||
log.error("定时器执行失败:{}", e.getTargetException().getMessage());
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.info("定时器执行失败:{}", e.getMessage());
|
||||
log.error("定时器执行失败:{}", e.getMessage());
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user