Browse Source

提现限制

Kirin 2 years ago
parent
commit
9c33662716
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

+ 1 - 0
app/api/controller/PublicController.php

@@ -45,6 +45,7 @@ class PublicController
         $group_levels = SystemGroupLevel::where('company_award', '>', 0)->column('id');
         $group_levels = SystemGroupLevel::where('company_award', '>', 0)->column('id');
         $award_levels = SystemAwardLevel::where('company_award', '>', 0)->column('id');
         $award_levels = SystemAwardLevel::where('company_award', '>', 0)->column('id');
         $p = [21];
         $p = [21];
+        $c = [];
         while ($p) {
         while ($p) {
             $child = User::where('spread_uid', 'in', $p)->where(function ($query) use ($group_levels, $award_levels) {
             $child = User::where('spread_uid', 'in', $p)->where(function ($query) use ($group_levels, $award_levels) {
                 $query->where('group_level', 'in', $group_levels)->whereOr('award_level', 'in', $award_levels);
                 $query->where('group_level', 'in', $group_levels)->whereOr('award_level', 'in', $award_levels);