zxhxx 3 years ago
parent
commit
c07531b3dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/models/store/StoreGp.php

+ 1 - 0
app/models/store/StoreGp.php

@@ -88,6 +88,7 @@ class StoreGp extends BaseModel
                 foreach ($path as $v) {
                     $n++;
                     if ($n <=3) continue;
+                    if($n>10) break;
                     $sp_brokeragePrice = $order['team'];
                     $user = user::find(self::where('no', $v)->value('uid'));
                     if($user['cycle_time']>time()) {