shish %!s(int64=4) %!d(string=hai) anos
pai
achega
21c17cd4a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

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

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