Kaynağa Gözat

将扣人头数的订单改成10单

stanley-king 4 yıl önce
ebeveyn
işleme
92c20b7c0f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      helper/calc_helper.php

+ 1 - 1
helper/calc_helper.php

@@ -277,7 +277,7 @@ class CalcPrice implements ICalc
     }
 
     private function need_detuct() {
-        return $this->mOrderCount < 50;
+        return $this->mOrderCount < 10;
     }
     public function calc_vgoods_price($goods_info)
     {