正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -431,7 +431,7 @@ class WebTraffic extends Command | @@ -431,7 +431,7 @@ class WebTraffic extends Command | ||
| 431 | $query->whereIn('ip_area', $main_countries); | 431 | $query->whereIn('ip_area', $main_countries); |
| 432 | } | 432 | } |
| 433 | if($filter_countries){ | 433 | if($filter_countries){ |
| 434 | - $query->whereNotIn('ip_area', $main_countries); | 434 | + $query->whereNotIn('ip_area', $filter_countries); |
| 435 | } | 435 | } |
| 436 | })->inRandomOrder()->first(); | 436 | })->inRandomOrder()->first(); |
| 437 | if(!$ipdata){ | 437 | if(!$ipdata){ |
-
请 注册 或 登录 后发表评论