自动化立体仓库 - WMS系统
whycq
2023-08-26 82bcd0328dddbaad65933e2fada22bc68e82b3d5
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()) {