自动化立体仓库 - WMS系统
zyx
2023-11-22 f5e7194351d3720f67c29c2fe2a19eea0014a044
src/main/java/com/zy/asrs/service/impl/AgvWrkMastServiceImp.java
@@ -45,6 +45,9 @@
    @Value("${agv.containerArrivedPath}")
    private String containerArrivedPath;
    @Value("${agvBasDev.maxWorkNum}")
    private int maxWrokNum;
    @Autowired
    AgvWrkMastMapper agvWrkMastMapper;
    @Autowired
@@ -143,6 +146,11 @@
        //return this.baseMapper.selectReadyAgvWrkMast();
    }
    @Override
    public AgvWrkMast selectByContainerCode(String containerCode) {
        return this.selectOne(new EntityWrapper<AgvWrkMast>().eq("barcode",containerCode));
    }
    private void getContainerMoveParam(List<AgvWrkMast> agvWrkMastList,List<Map<String,String>> positionCodeMapList){
        //往容器入场参数中放入源站点位置
        for(AgvWrkMast agvWrkMast : agvWrkMastList){