chen.lin
3 天以前 48b2dc4df2c247d12e4dd52c3c5d290f1e026578
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -39,7 +39,7 @@
        if (locMast == null) {
            return false;
        }
        return this.baseMapper.selectEmptyLocCount(locMast.getLocType1(), locMast.getLocType2(), locMast.getLocType3(), locMast.getCrnNo()) > 1;
        return this.baseMapper.selectEmptyLocCount(locMast.getLocType1(), locMast.getLocType2(), locMast.getLocType3(), locMast.getCrnNo()) > 5;
    }
}