瀏覽代碼

帮开预订单

shish 2 年之前
父節點
當前提交
07eaf5a9d5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      biz-ghs/product/classes/ProductClass.php

+ 4 - 0
biz-ghs/product/classes/ProductClass.php

@@ -678,6 +678,10 @@ class ProductClass extends BaseClass
     //输出价格 ssh 20211009
     public static function getFinalPrice($product, $level, $priceMap, $addPriceMap, $changePrice = 0, $buyNum = 0)
     {
+        //帮开预订单
+        if($changePrice == 0.06){
+            return 0;
+        }
         //开单改价优先级最高
         if ($changePrice > 0) {
             return $changePrice;