Преглед на файлове

待建产品问题处理

yzc преди 1 година
родител
ревизия
b05f07cd9e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hx-sale/src/main/java/com/fjhx/sale/service/ext/impl/ExtQuotationProductServiceImpl.java

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