liding
6 天以前 54d7658963c0affdb91ce7f07198d80e46339c8b
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()