src/main/java/com/zy/asrs/task/WrkMastStaInIt2Scheduler.java
@@ -60,11 +60,11 @@ }}; public static final List<Integer> STA_WORK_RU = new ArrayList<Integer>() {{ add(120);add(121);add(122);add(123); add(120);add(121);add(122);add(123);add(171); }}; // @Scheduled(cron = "0/3 * * * * ? ") @Scheduled(cron = "0/3 * * * * ? ") private void execute(){ for(Integer staNo : STA_WORK_CU){ try{ @@ -139,7 +139,7 @@ } } // @Scheduled(cron = "0/3 * * * * ? ") @Scheduled(cron = "0/3 * * * * ? ") private void execute2(){ try{ for(Integer staNo : STA_WORK_CU){