自动化立体仓库 - WMS系统
#
Junjie
2024-04-02 0c45c200a1977c66096af34bb0480744c8d3c76f
src/main/java/com/zy/asrs/service/impl/AgvWrkMastServiceImp.java
@@ -45,9 +45,6 @@
    @Value("${agv.containerArrivedPath}")
    private String containerArrivedPath;
    @Value("${agvBasDev.maxWorkNum}")
    private int maxWrokNum;
    @Autowired
    AgvWrkMastMapper agvWrkMastMapper;
    @Autowired
@@ -182,7 +179,12 @@
            if(agvWrkMast.getSourceLocNo().contains("CS") || agvWrkMast.getSourceLocNo().contains("SK")){
                agvTaskkDescribeParam.setFromLocationCode(agvWrkMast.getSourceLocNo());
            }
            agvTaskkDescribeParam.setToLocationCode(agvWrkMast.getLocNo());
            if(agvWrkMast.getLocNo().contains("SK")){
                agvTaskkDescribeParam.setToLocationCode(agvWrkMast.getLocNo());
            }else {
                agvTaskkDescribeParam.setToStationCode(agvWrkMast.getLocNo());
            }
            agvTaskkDescribeParam.setContainerCode(agvWrkMast.getBarcode());
            return agvTaskParam;
        }).collect(Collectors.toList());