自动化立体仓库 - WCS系统
野心家
2023-08-10 fe87eb25a80054e54d3a58307a135edaa8289e8d
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -35,6 +35,11 @@
    }
    @Override
    public LocMast queryDemoSourceLoc0(Integer crn) {
        return this.baseMapper.queryDemoSourceLoc(crn);
    }
    @Override
    public LocMast queryDemoSourceLoc(Integer crn) {
        return this.baseMapper.queryDemoSourceLoc(crn);
    }
@@ -44,4 +49,12 @@
        return this.baseMapper.queryDemoLoc(crn);
    }
    @Override
    public Boolean checkEmptyCount(LocMast locMast) {
        if (locMast == null) {
            return false;
        }
        return this.baseMapper.selectEmptyLocCount(locMast.getLocType1(), locMast.getCrnNo()) > 1;
    }
}