自动化立体仓库 - WMS系统
zhangc
2025-01-21 7fba108547c985f3a9e1736b32dc028bad3b63a1
src/main/java/com/zy/asrs/task/OverYearLogScheduler.java
@@ -26,5 +26,11 @@
            log.error(returnT.getMsg());
        }
    }
    @Scheduled(cron = "* * 1 * * ? ")
    private void executeOrderLog() {
        ReturnT<String> returnT = overYearLogHandler.start2();
        if (!returnT.isSuccess()) {
            log.error(returnT.getMsg());
        }
    }
}