自动化立体仓库 - WMS系统
zhang
2025-05-17 244f41d475c3d5fbc2cf7c006aeab7582e76fdce
src/main/java/com/zy/nc/task/PlanOrderTask.java
@@ -40,6 +40,7 @@
            log.error(returnT.getMsg());
        }
    }
    /**
     * 采购到货单
     *
@@ -53,4 +54,16 @@
        }
    }
    /**
     * 盘点单
     *
     * @return
     */
    @Scheduled(cron = "0/3 * * * * ? ")
    public void execute4() {
        ReturnT<String> returnT = planOrderHandler.start4();
        if (!returnT.isSuccess()) {
            log.error(returnT.getMsg());
        }
    }
}