|
|
@@ -612,7 +612,7 @@ class ProductClass extends BaseClass
|
|
|
$skAddPrice = $currentInfo->skAddPrice ?? 0;
|
|
|
$sk = bcsub($skAddPrice, $addPrice, 2);
|
|
|
if ($sk > 0) {
|
|
|
- //散客价比普通会员价高所以相加
|
|
|
+ //散客价比普通会员价高所以相加
|
|
|
$currentInfo->skPrice = bcadd($price, $sk, 2);
|
|
|
}
|
|
|
$hjAddPrice = $currentInfo->hjAddPrice ?? 0;
|