|
@@ -66,7 +66,7 @@ public class QuotationEstimateServiceImpl extends ServiceImpl<QuotationEstimateM
|
|
|
QuotationProduct quotationProduct = quotationProductService.getById(quotationProductId);
|
|
|
Assert.notEmpty(quotationProduct, "查询不到报价明细信息!");
|
|
|
|
|
|
- Long technologyId = quotationProduct.getTechnologyId();
|
|
|
+
|
|
|
|
|
|
|
|
|
List<QuotationEstimate> quotationEstimateList = list(q -> q.eq(QuotationEstimate::getQuotationProductId, quotationProductId));
|