zhuo
2025-03-16 e12a3875f9b1b0a5226786f616871e390e39f326
inspect-server/src/main/java/com/ruoyi/inspect/service/impl/InsOrderPlanServiceImpl.java
@@ -224,6 +224,7 @@
        // 查询厂家密度
        String supplierDensity = "";
        if (CollectionUtils.isNotEmpty(list)) {
        SampleProductDto sampleProductDto = list.get(0);
        // 判断有没有绑定型号
@@ -236,6 +237,7 @@
            supplierDensity = insSampleMapper.selectSupplierDensity(sampleProductDto.getSample(),
                    order.getProduction());
        }
        }
        map.put("supplierDensity", supplierDensity);
        return map;
    }