| | |
| | | /** |
| | | * 执行agv_wrk_mast_execute任务 |
| | | */ |
| | | @Scheduled(cron = "0/2 * * * * ? ") |
| | | // @Scheduled(cron = "0/2 * * * * ? ") |
| | | private void autoMove(){ |
| | | List<WrkMastExecute> wrkMastExecuteList = wrkMastExecuteService.selectList(new EntityWrapper<WrkMastExecute>().eq("io_type", 121).eq("wrk_sts",0L)); |
| | | for (WrkMastExecute wrkMastExecute:wrkMastExecuteList){ |
| | |
| | | /** |
| | | * 下一步agv_wrk_mast_execute任务 |
| | | */ |
| | | @Scheduled(cron = "0/2 * * * * ? ") |
| | | // @Scheduled(cron = "0/2 * * * * ? ") |
| | | private void autoMove2(){ |
| | | List<WrkMastExecute> wrkMastExecuteList = wrkMastExecuteService.selectList(new EntityWrapper<WrkMastExecute>().eq("io_type", 121).eq("wrk_sts",3L)); |
| | | for (WrkMastExecute wrkMastExecute:wrkMastExecuteList){ |
| | |
| | | /** |
| | | * 下一步agv_wrk_mast_execute任务 |
| | | */ |
| | | @Scheduled(cron = "0/2 * * * * ? ") |
| | | // @Scheduled(cron = "0/2 * * * * ? ") |
| | | private void autoMove3(){ |
| | | List<WrkMastExecute> wrkMastExecuteList = wrkMastExecuteService.selectList(new EntityWrapper<WrkMastExecute>().eq("io_type", 121).eq("wrk_sts",2L)); |
| | | for (WrkMastExecute wrkMastExecute:wrkMastExecuteList){ |