自动化立体仓库 - WMS系统
#
zwl
2023-02-08 0531316b080ca77616387c1f86c0399e6f2d2875
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -211,9 +211,9 @@
            Integer outSta = staNo.getDevNo();
            //2号堆垛机全板出库站指定为204站,拣料站指定为202
            if(locMast.getCrnNo()==2){
                outSta = ioType == 101 ? 204 : 202;
            }
//            if(locMast.getCrnNo()==2){
//                outSta = ioType == 101 ? 204 : 202;
//            }
            // 获取路径
            StaDesc staDesc = staDescService.queryCrnStn(ioType, locMast.getCrnNo(), outSta);