| | |
| | | 入库 |
| | | */ |
| | | @Transactional |
| | | @Synchronized |
| | | public StartupDto createWaitPainWrkMastStart(List<AgvBasDevp> agvBasDevpList, Long userId, boolean isConveyor) { |
| | | public synchronized StartupDto createWaitPainWrkMastStart(List<AgvBasDevp> agvBasDevpList, Long userId, boolean isConveyor) { |
| | | |
| | | Date now = new Date(); |
| | | |
| | |
| | | @ResponseBody |
| | | @Transactional |
| | | public synchronized R start(@RequestBody ReplenishmentParam param){ |
| | | log.info("start param: " + param.toString()); |
| | | log.info("agv start param: " + param.toString()); |
| | | String containerCode = param.getContainerCode(); |
| | | if(Cools.isEmpty(containerCode)){ |
| | | throw new CoolException("料箱码为空"); |