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