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];