| | |
| | | private AgvWorkService agvWorkService; |
| | | @Autowired |
| | | private AgvBasDevpService agvBasDevpService; |
| | | @Autowired |
| | | private AgvWrkMastService agvWrkMastService; |
| | | // @Autowired |
| | | // private ErpService erpService; |
| | | |
| | |
| | | //去找agv工作档任务 |
| | | throw new CoolException("当前站点不存在或者站点不为空"); |
| | | } |
| | | //去找agv工作档任务 |
| | | if(!Cools.isEmpty(agvWrkMastService.selectOne( |
| | | new EntityWrapper<AgvWrkMast>() |
| | | .eq("barcode",containerCode)))){ |
| | | throw new CoolException("当前料箱正在入库"); |
| | | } |
| | | //绑定站点 |
| | | agvBasDevpService.updateLocStsAndBarcodeByDevNo(param.getDevNo(),"F",containerCode); |
| | | |