sunhao 5 years ago
parent
commit
595dc6a931
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

@@ -3450,7 +3450,7 @@ class StatisticsController extends Controller
3450 3450
         if($etime && $etime<$edate){
3451 3451
             $edate = $etime;
3452 3452
         }
3453
-        $teams = [1,2,3,5];
3453
+        $teams = [1,3,5];
3454 3454
         if($team_id>0){
3455 3455
             $teams = [$team_id];
3456 3456
         }