@@ -599,7 +599,6 @@ class ProductClass extends BaseClass
}
//改价后取消特价
- $currentInfo->discountPrice = 0;
$currentInfo->price = $price;
$currentInfo->priceLabel = $priceLabel;