shish 2 years ago
parent
commit
7ef74026cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

+ 1 - 1
biz-ghs/product/classes/ProductClass.php

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