|
|
@@ -1167,7 +1167,7 @@ class ProductClass extends BaseClass
|
|
|
$name = $productInfo->name ?? '';
|
|
|
if ($discountPrice > 0) {
|
|
|
if ($discountPrice > $price) {
|
|
|
- util::fail($name . " 价格小于特价" . $discountPrice);
|
|
|
+ util::fail($name . " 价格应该大于特价");
|
|
|
}
|
|
|
}
|
|
|
$productInfo->price = $price;
|