|
...
|
...
|
@@ -167,7 +167,7 @@ class CountLogic extends BaseLogic |
|
|
|
if(!empty($data)){
|
|
|
|
$result =array();
|
|
|
|
foreach ($data as $k => $v){
|
|
|
|
if(($this->project['is_record_china_visit'] == 1) && ($v['country'] == '中国')){
|
|
|
|
if(($this->project['is_record_china_visit'] != 1) && ($v['country'] == '中国')){
|
|
|
|
continue;
|
|
|
|
}else{
|
|
|
|
$v['pv'] = (int)$v['pv'];
|
...
|
...
|
|