sunhao 5 years ago
parent
commit
7f1a723547
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Admin/StatisticsController.php

+ 1 - 1
app/Http/Controllers/Admin/StatisticsController.php

@@ -3482,7 +3482,7 @@ class StatisticsController extends Controller
3482 3482
         if($etime && $etime<$edate){
3483 3483
             $edate = $etime;
3484 3484
         }
3485
-        $teams = [1,2,3,5];
3485
+        $teams = [1,3,5];
3486 3486
         if($team_id>0){
3487 3487
             $teams = [$team_id];
3488 3488
         }