yzc 1 жил өмнө
parent
commit
b05f07cd9e

+ 1 - 1
hx-sale/src/main/java/com/fjhx/sale/service/ext/impl/ExtQuotationProductServiceImpl.java

@@ -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())