src/main/java/com/ruoyi/purchase/service/impl/PurchaseLedgerServiceImpl.java
@@ -244,9 +244,11 @@ Long productModelId = product.getProductModelId(); if (productModelId != null && modelMap.containsKey(productModelId)) { if (!StringUtils.hasText(product.getSpecificationModel())) { product.setSpecificationModel(modelMap.get(productModelId)); } } } // 分组处理 Map<Boolean, List<SalesLedgerProduct>> partitionedProducts = products.stream()