正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -163,7 +163,7 @@ class ComController extends BaseController | @@ -163,7 +163,7 @@ class ComController extends BaseController | ||
| 163 | if(($startTime <= $v['submit_time']) && $v['submit_time'] <= $endTime){ | 163 | if(($startTime <= $v['submit_time']) && $v['submit_time'] <= $endTime){ |
| 164 | $arr['month_total']++; | 164 | $arr['month_total']++; |
| 165 | } | 165 | } |
| 166 | - if(isset($countryArr[$v1['country']])){ | 166 | + if(isset($countryArr[$v['country']])){ |
| 167 | $countryArr[$v['country']]++; | 167 | $countryArr[$v['country']]++; |
| 168 | }else{ | 168 | }else{ |
| 169 | $countryArr[$v['country']] = 0; | 169 | $countryArr[$v['country']] = 0; |
-
请 注册 或 登录 后发表评论