|
|
@@ -631,10 +631,10 @@ class ProductController extends BaseController
|
|
|
util::fail('没有权限访问');
|
|
|
}
|
|
|
if ($hjPrice > $price) {
|
|
|
- util::fail($productName . '会员价大于批发价');
|
|
|
+ util::fail($productName . ' 会员价大于批发价');
|
|
|
}
|
|
|
if ($price > $skPrice) {
|
|
|
- util::fail($productName . '批发价大于零售价');
|
|
|
+ util::fail($productName . ' 批发价大于零售价');
|
|
|
}
|
|
|
$ptItemId = $productInfo->itemId;
|
|
|
ProductClass::changeSinglePrice($shop, $ptItemId, $price, $skPrice, $hjPrice, $changeParams);
|