自动化立体仓库 - WMS系统
skyouc
13 小时以前 bfa307fb0fe82ce6f5a2ea354fcee43d9d1f0fa1
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -119,8 +119,8 @@
    }
    @Override
    public LocMast selectNotFull(Long locType, Long id) {
        return this.baseMapper.selectNotFull(locType, id);
    public LocMast selectNotFull(Long locType, Long id, List<String> locs) {
        return this.baseMapper.selectNotFull(locType, id, locs );
    }
    @Override