自动化立体仓库 - WMS系统
lsh
2024-06-02 138b5fc883c3ccb25f4bed7114a60f93e78aaa9a
src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -39,7 +39,7 @@
        }
    }
    //@Scheduled(cron = "0/5 * * * * ? ")
    @Scheduled(cron = "0/5 * * * * ? ")
    @Async("orderThreadPool")
    public void completeAndReport(){
        String erpReport = Parameter.get().getErpReport();