shish 2 ani în urmă
părinte
comite
9fed8dcf0e

+ 4 - 0
biz-ghs/order/classes/OrderClass.php

@@ -511,6 +511,10 @@ class OrderClass extends BaseClass
             }
             }
             $actPrice = $modifyPrice;
             $actPrice = $modifyPrice;
             $realPrice = $modifyPrice;
             $realPrice = $modifyPrice;
+            if ($book == 1) {
+                $actPrice = 0;
+                $realPrice = 0;
+            }
         }
         }
 
 
         //客户采购时使用红包时
         //客户采购时使用红包时

+ 4 - 0
biz-hd/purchase/classes/PurchaseClass.php

@@ -728,6 +728,10 @@ class PurchaseClass extends BaseClass
             }
             }
             $actPrice = $modifyPrice;
             $actPrice = $modifyPrice;
             $realPrice = $modifyPrice;
             $realPrice = $modifyPrice;
+            if ($book == 1) {
+                $actPrice = 0;
+                $realPrice = 0;
+            }
         }
         }
 
 
         $data['reachDiscountPrice'] = $totalReachDiscount;
         $data['reachDiscountPrice'] = $totalReachDiscount;