فهرست منبع

供应商价格修改不变问题

yzc 1 سال پیش
والد
کامیت
f221c9d10e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      hx-supply/src/main/java/com/fjhx/supply/service/supplier/impl/SupplierPriceServiceImpl.java

+ 0 - 1
hx-supply/src/main/java/com/fjhx/supply/service/supplier/impl/SupplierPriceServiceImpl.java

@@ -133,7 +133,6 @@ public class SupplierPriceServiceImpl extends ServiceImpl<SupplierPriceMapper, S
                 SupplierPrice existSupplierPrice = map.get(supplierPrice.getProductInfoId());
                 if (existSupplierPrice != null) {
                     supplierPrice.setId(existSupplierPrice.getId());
-                    supplierPrice.setPrice(existSupplierPrice.getPrice());
                 }
             }
             saveOrUpdateBatch(supplierPriceList);