| | |
| | | // codeMatrixIdxList.add(codeMatrixIdx); |
| | | // } |
| | | |
| | | List<int[]> codeMatrixIdxList = mapDataDispatcher.getCodeMatrixIdxList(null, path); |
| | | // List<int[]> codeMatrixIdxList = mapDataDispatcher.getCodeMatrixIdxList(null, path); |
| | | |
| | | // System.out.println(codeMatrixIdxList.toString()); |
| | | |
| | | return R.ok().add(codeMatrixIdxList); |
| | | // return R.ok().add(codeMatrixIdxList); |
| | | |
| | | for (String codeData : path) { |
| | | Code code = codeService.getCacheByData(codeData); |
| | | Code byId = codeService.getCacheById(code.getId()); |
| | | } |
| | | |
| | | return R.ok(); |
| | | } |
| | | |
| | | // @RequestMapping(value = "/system/route/generate", method = {RequestMethod.GET, RequestMethod.POST}) |
| | |
| | | for (int i = 0; i < standbyFunStaList.size(); i++) { |
| | | |
| | | FuncSta funcSta = standbyFunStaList.get(i); |
| | | Code code = codeService.getById(funcSta.getCode()); |
| | | Code code = codeService.getCacheById(funcSta.getCode()); |
| | | |
| | | Agv agv = agvList.get(i); |
| | | AgvDetail agvDetail = agvDetailService.selectByAgvId(agv.getId()); |