Explorar o código

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

stanley-king %!s(int64=4) %!d(string=hai) anos
pai
achega
92c20b7c0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     {