#
zhou zhou
2026-01-04 eb5ddb58e0d42ca0155ed03f951aac643e810d4a
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;
    }
}