自动化立体仓库 - WMS系统
*
L
5 天以前 9f535f9c6ff8640d0cbbc915235a59d2ee39c702
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];