|
@@ -145,7 +145,7 @@ public class ExtQuotationProductServiceImpl extends ServiceImpl<ExtQuotationProd
|
|
|
Assert.notEmpty(extQuotationProduct, "查询不到对外报价单产品信息");
|
|
|
|
|
|
this.update(q -> q
|
|
|
- .eq(ExtQuotationProduct::getQuotationProductId, extQuotationProductId)
|
|
|
+ .eq(ExtQuotationProduct::getId, extQuotationProductId)
|
|
|
.set(ExtQuotationProduct::getProductId, productInfoDto.getId())
|
|
|
.set(BasePo::getUpdateUser, SecurityUtils.getUserId())
|
|
|
.set(BasePo::getUpdateTime, new Date())
|