|
@@ -37,7 +37,7 @@ class GoogleSearchController extends BaseController |
|
@@ -37,7 +37,7 @@ class GoogleSearchController extends BaseController |
|
37
|
//查询详情数据
|
37
|
//查询详情数据
|
|
38
|
$searchDetailModel = new GoogleSearchDetail();
|
38
|
$searchDetailModel = new GoogleSearchDetail();
|
|
39
|
$this->map['project_id'] = $this->user['project_id'];
|
39
|
$this->map['project_id'] = $this->user['project_id'];
|
|
40
|
- $data = $searchDetailModel->lists($this->map,$this->page,$this->row,'clicks',['keys','click_rate','impressions_rate']);
|
40
|
+ $data = $searchDetailModel->lists($this->map,$this->page,$this->row,'impressions',['keys','click_rate','impressions_rate']);
|
|
41
|
if(!empty($data)){
|
41
|
if(!empty($data)){
|
|
42
|
if($this->param['type'] == 'country'){
|
42
|
if($this->param['type'] == 'country'){
|
|
43
|
$codeCountryModel = new GoogleCodeCountry();
|
43
|
$codeCountryModel = new GoogleCodeCountry();
|