自动化立体仓库 - WMS系统
1
zhang
昨天 5ceb1fc9be10e20d1f6e59382b2d14c8034485cf
src/main/java/com/zy/asrs/task/handler/AutoMoveHandler.java
@@ -203,7 +203,7 @@
        AgvLocMast locMast;
        if (Integer.parseInt(barcode.substring(0, 2)) == 31) {
            //检索库位,选择合适的库位
            locMast = agvCommonService.getLocByLocRule(6, 2, 1);
            locMast = agvCommonService.getLocByLocRule(6, agvWrkMast.getCrnNo(), 1);
        } else {
            //检索库位,选择合适的库位
            locMast = agvCommonService.getLocNo(3, agvWrkMast.getCrnNo(), false, true);