|
|
@ -986,6 +986,7 @@ public class WmsInventoryService extends MybatisBaseService<WmsInventoryMapper, |
|
|
|
); |
|
|
|
} |
|
|
|
qw.notLike("i.goodsID","-O"); |
|
|
|
qw.eq("wi.warehouseTypeValue","配件库"); |
|
|
|
List<StorageListVo> listVos = baseMapper.appStorage(qw); |
|
|
|
Map<String, List<StorageListVo>> stringListMap = listVos.stream().collect(Collectors.groupingBy(StorageListVo::getTitle)); |
|
|
|
List<StorageVo> records = new ArrayList<>(); |
|
|
|