chen.lin
2 天以前 a45b751080a50d94d3ed2d9f1d801e14a7046b6d
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;
    }
}