|
|
@ -2672,7 +2672,8 @@ public class MaterialServiceImpl implements MaterialService { |
|
|
version = ""; |
|
|
version = ""; |
|
|
} |
|
|
} |
|
|
StringBuilder title = new StringBuilder(); |
|
|
StringBuilder title = new StringBuilder(); |
|
|
title = new StringBuilder(inventory.getMname() + ",规格型号: " + version + ",库存数量:" + inventory.getUnit() + ":" + inventory.getQuantity()); |
|
|
Depository depositoryById = depositoryMapper.findDepositoryById(inventory.getDepositoryId()); |
|
|
|
|
|
title = new StringBuilder(inventory.getMname() + ",规格型号: " + version + ","+depositoryById.getDname()+"库存数量:" + inventory.getUnit() + ":" + inventory.getQuantity()); |
|
|
// 获取对应拆单库存处理记录
|
|
|
// 获取对应拆单库存处理记录
|
|
|
List<SplitInventory> splitInventoryList = splitUnitMapper.findSplitInventoryByIid(inventory.getId()); |
|
|
List<SplitInventory> splitInventoryList = splitUnitMapper.findSplitInventoryByIid(inventory.getId()); |
|
|
if (splitInventoryList.size() > 0) { |
|
|
if (splitInventoryList.size() > 0) { |
|
|
|