Forráskód Böngészése

供应商价格修改不变问题

yzc 1 éve
szülő
commit
f221c9d10e

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