作者 lyh

gx

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