#
whycq
2023-02-27 bccfbafc78e9b06bd3c2ac48822ad7065f80b213
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -44,4 +44,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;
    }
}