src/main/java/com/zy/asrs/task/OverYearLogScheduler.java @@ -26,8 +26,6 @@ log.error(returnT.getMsg()); } } @Scheduled(cron = "* * 1 * * ? ") private void executeOrderLog() { ReturnT<String> returnT = overYearLogHandler.start2();