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