自动化立体仓库 - WMS系统
#
lsh
2025-03-16 92c2c71666ff1a1c7b151d75f64674b7ee8840c0
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];