作者 lyh

gx

... ... @@ -162,6 +162,7 @@ class MonthCountLogic extends BaseLogic
->orderBy('ip','desc')->limit(15)->get()->toArray();
if(isset($this->project['is_record_china_visit']) && ($this->project['is_record_china_visit'] == 0)){
foreach ($source_country as $k => $v){
$v = (array)$v;
if($v['country'] == '中国'){
unset($source_country[$k]);
}
... ...