| | |
| | | News.info("请求WMS堆垛机状态上报接口成功!!!url:{};request:{};response:{}", wmsUrl + wmsSystemCrnStatusUrl, |
| | | JSON.toJSONString(locMast.getBarcode()), response); |
| | | } else { |
| | | result = 0; |
| | | CrnCommand command = new CrnCommand(); |
| | | command.setLocNo(locMast.getLocNo()); |
| | | command.setIndex(idx); |
| | | command.setValue((short)0); |
| | | MessageQueue.offer(SlaveType.Crn, crnNo, new Task(5, command)); |
| | | News.info("请求WMS堆垛机状态上报接口失败,接口返回Code异常!!!url:{};request:{};response:{}", |
| | | wmsUrl + wmsSystemCrnStatusUrl, JSON.toJSONString(locMast.getBarcode()), response); |
| | | } |