合并分支 'lyh-server' 到 'master'
gx 查看合并请求 !1784
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -39,7 +39,7 @@ class GoogleKeywordInsightController extends BaseController | @@ -39,7 +39,7 @@ class GoogleKeywordInsightController extends BaseController | ||
| 39 | ]); | 39 | ]); |
| 40 | $logic->getGoogleInsight(); | 40 | $logic->getGoogleInsight(); |
| 41 | $detailModel = new GoogleKeywordInsightDetail(); | 41 | $detailModel = new GoogleKeywordInsightDetail(); |
| 42 | - $data = $detailModel->lists(['search'=>$this->param['keyword']],$this->page,$this->row); | 42 | + $data = $detailModel->lists(['search'=>$this->param['keyword']],$this->page,$this->row,'id',['*'],'asc'); |
| 43 | $this->response('success',Code::SUCCESS,$data); | 43 | $this->response('success',Code::SUCCESS,$data); |
| 44 | } | 44 | } |
| 45 | 45 |
-
请 注册 或 登录 后发表评论