作者 lyh

gx

... ... @@ -36,7 +36,7 @@ class GoogleSearchController extends BaseController
//查询详情数据
$searchDetailModel = new GoogleSearchDetail();
$this->map['project_id']= 711;
$data = $searchDetailModel->lists($this->map,$this->page,$this->row);
$data = $searchDetailModel->lists($this->map,$this->page,$this->row,'impressions_rate');
if(!empty($data)){
if($this->param['type'] == 'country'){
$country = [];
... ...