自动化立体仓库 - WMS系统
*
lsh
19 小时以前 472b07f03d684ede34bdbfef46c7b580ceff85a0
src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -50,7 +50,7 @@
    }
//    @Scheduled(cron = "0/5 * * * * ? ")
//    @Async("orderThreadPool")
    @Async("orderThreadPool")
    public void completeAndReport(){
        String erpReport = Parameter.get().getErpReport();
        if (!Cools.isEmpty(erpReport) && erpReport.equals("true")) {
@@ -92,7 +92,7 @@
    }
    @Scheduled(cron = "0/5 * * * * ? ")
    private void executeV1(){
    public void executeV1(){
        List<WrkMast> wrkMasts = wrkMastService.selectToBeHistoryDataV1();
        if (Cools.isEmpty(wrkMasts) || wrkMasts.size()==0) {
            return;