| | |
| | | private ShuttleCommandService shuttleCommandService; |
| | | |
| | | // @Scheduled(cron = "0/1 * * * * ? ") |
| | | public synchronized void executeWrkMast() { |
| | | public synchronized void executeTask() { |
| | | Date now = new Date(); |
| | | // ANALYZE_INBOUND |
| | | for (Task task : taskService.selectByAnalyzeSts()) { |
| | |
| | | // } |
| | | // } |
| | | |
| | | // @Scheduled(cron = "0/1 * * * * ? ") |
| | | public synchronized void executeManualTask() { |
| | | |
| | | } |
| | | |
| | | @Scheduled(cron = "0/1 * * * * ? ") |
| | | public void scanMotionByExecuting() { |
| | | List<Motion> motionList = motionService.selectBySts(MotionStsType.EXECUTING.val()); |