自动化立体仓库 - WMS系统
*
L
2025-07-13 f5097eb8426abc51ea2b39b29060e1cef46093fe
src/main/java/com/zy/asrs/task/OneLouHangJiaScheduler.java
@@ -34,7 +34,7 @@
    @Autowired
    private RgvOneSignService rgvOneSignService;
    @Scheduled(cron = "0/3 * * * * ? ")
    @Scheduled(cron = "0/1 * * * * ? ")
    private void execute(){//退库拆码垛
//        int[] staNos =new int[]{118,119};
        int[] staNos =new int[]{118};
@@ -55,7 +55,7 @@
        }
    }
    @Scheduled(cron = "0/3 * * * * ? ")
    @Scheduled(cron = "0/1 * * * * ? ")
    private void executeoTHER(){//131、135标记自动清除
//        int[] staNos =new int[]{131,135};
        int[][] staNoLists =new int[2][3];