소스 검색

提现限制

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);