自动化立体仓库 - WMS系统
#
Junjie
2023-10-25 668c2b945dc95069ff1264323d29353da8476eb4
src/main/java/com/zy/asrs/service/impl/AgvWrkMastServiceImp.java
@@ -128,7 +128,8 @@
    public int containerArrived(AgvWrkMast agvWrkMast) {
        Map<String,String> containerArrivedParam = new HashMap<>();
        containerArrivedParam.put("slotCode",agvWrkMast.getSourceLocNo());
        String slotCode = agvWrkMast.getSourceLocNo().substring(3, 6) + "-1";
        containerArrivedParam.put("slotCode",slotCode);
        containerArrivedParam.put("containerCode",agvWrkMast.getBarcode());
        return doHttpRequest(containerArrivedParam,"容器达到通知",url, containerArrivedPath,null,"127.0.0.1");