作者 lyh

gx

@@ -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;