| | |
| | | if (mT.equals("unAuto")) { |
| | | moveType = "2"; |
| | | ioType = 111; |
| | | int count = agvWrkMastService.selectCount(new EntityWrapper<AgvWrkMast>().eq("io_type", ioType)); |
| | | if (count>3){ |
| | | log.equals("111任务堵塞,稍后再试!!!当前限制数量3条,限制条件:io_type = 111"); |
| | | throw new CoolException("111任务堵塞,稍后再试!"); |
| | | } |
| | | //int count = agvWrkMastService.selectCount(new EntityWrapper<AgvWrkMast>().eq("io_type", ioType)); |
| | | //if (count>3){ |
| | | // log.equals("111任务堵塞,稍后再试!!!当前限制数量3条,限制条件:io_type = 111"); |
| | | // throw new CoolException("111任务堵塞,稍后再试!"); |
| | | //} |
| | | } else { |
| | | moveType = "1"; |
| | | ioType = 108; |