浏览代码

提现限制

Kirin 2 年之前
父节点
当前提交
9c33662716
共有 1 个文件被更改,包括 1 次插入0 次删除
  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');
         $award_levels = SystemAwardLevel::where('company_award', '>', 0)->column('id');
         $p = [21];
+        $c = [];
         while ($p) {
             $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);