正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -63,7 +63,7 @@ class GoogleKeywordInsightController extends BaseController | @@ -63,7 +63,7 @@ class GoogleKeywordInsightController extends BaseController | ||
| 63 | $resultData = []; | 63 | $resultData = []; |
| 64 | if(!empty($array)){ | 64 | if(!empty($array)){ |
| 65 | $resultData = $this->paginateArray($array,$this->page,$this->row); | 65 | $resultData = $this->paginateArray($array,$this->page,$this->row); |
| 66 | - $detailList = $detailModel->read(['search'=>['in',$resultData['list']]]); | 66 | + $detailList = $detailModel->list(['search'=>['in',$resultData['list']]]); |
| 67 | foreach ($resultData['list'] as $key => $item){ | 67 | foreach ($resultData['list'] as $key => $item){ |
| 68 | $result['keyword'] = $item; | 68 | $result['keyword'] = $item; |
| 69 | $searchKeyword = $this->getSearchDetail($item,$detailList); | 69 | $searchKeyword = $this->getSearchDetail($item,$detailList); |
-
请 注册 或 登录 后发表评论