shish 4 жил өмнө
parent
commit
21c17cd4a7

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

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