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