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; }