自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-30 c569dd28e84788cf26ec86371e5e13f007779845
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -53,7 +53,7 @@
        if (locMast == null) {
            return false;
        }
        return this.baseMapper.selectEmptyLocCount(locMast.getLocType1(), locMast.getCrnNo()) > 1;
        return this.baseMapper.selectEmptyLocCount(locMast.getCrnNo()) > 1;
    }
    @Override
@@ -82,8 +82,8 @@
        } else {
            throw new RuntimeException("库位解析异常");
        }
        for (int i = 0; i<locNos.size(); i++) {
        // 入库外层库位滞空
        for (int i = 0; i<locNos.size() - 1; i++) {
            LocMast locMast = this.selectById(locNos.get(i));
            if (locMast.getLocSts().equals("O")) {
                if (i == 0) {