自动化立体仓库 - WMS系统
13
zhang
23 小时以前 d7c7cbbe2ba964b92e31e36d15c6941b4328b9b4
src/main/java/com/zy/asrs/task/OverYearLogScheduler.java
@@ -19,7 +19,7 @@
    @Autowired
    private OverYearLogHandler overYearLogHandler;
    @Scheduled(cron = "0/3 * * * * ? ")
    @Scheduled(cron = "0 0 2 * * ? ")
    private void execute() {
        ReturnT<String> returnT = overYearLogHandler.start();
        if (!returnT.isSuccess()) {