自动化立体仓库 - WMS系统
whycq
2024-10-22 13b27d74a2c029aec8cca7afea5b6b94ea620073
src/main/java/com/zy/asrs/task/MatScheduler.java
@@ -20,7 +20,8 @@
    @Autowired
    private MatHandler matHandler;
    @Scheduled(cron = "0 0 1 * * ? ")
//    @Scheduled(cron = "0/3 * * * * ? ")
    @Scheduled(cron = "0 0 23 * * ? ")
    private void execute(){
        ReturnT<String> returnT = matHandler.start();
        if (!returnT.isSuccess()) {