自动化立体仓库 - WMS系统
#
lsh
2025-06-11 728e14723ba5a26f95cf099cac3a0d1853aea34b
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];