正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -54,7 +54,7 @@ class Yesterday extends Command | @@ -54,7 +54,7 @@ class Yesterday extends Command | ||
| 54 | $countryData = $inquiry_list['data']['data']; | 54 | $countryData = $inquiry_list['data']['data']; |
| 55 | $countryArr = []; | 55 | $countryArr = []; |
| 56 | foreach ($countryData as $v1){ | 56 | foreach ($countryData as $v1){ |
| 57 | - if(isset($arr[$v1['country']])){ | 57 | + if(isset($countryArr[$v1['country']])){ |
| 58 | $countryArr[$v1['country']]++; | 58 | $countryArr[$v1['country']]++; |
| 59 | }else{ | 59 | }else{ |
| 60 | $countryArr[$v1['country']] = 0; | 60 | $countryArr[$v1['country']] = 0; |
-
请 注册 或 登录 后发表评论