作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1713
... ... @@ -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 = [];
... ...