正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -121,7 +121,6 @@ class GeoQuestionResLogic extends BaseLogic | @@ -121,7 +121,6 @@ class GeoQuestionResLogic extends BaseLogic | ||
| 121 | 'keywords_arr' => $keywordArr, | 121 | 'keywords_arr' => $keywordArr, |
| 122 | 'core_keyword_url_count'=>$coreKeywordUrlCount ?? 0 | 122 | 'core_keyword_url_count'=>$coreKeywordUrlCount ?? 0 |
| 123 | ]; | 123 | ]; |
| 124 | - return $this->success($data); | ||
| 125 | }else{ | 124 | }else{ |
| 126 | $keywordUrlCount = $questionLogModel->counts(['project_id'=>$this->user['project_id'],'hit'=>['!=',0]]); | 125 | $keywordUrlCount = $questionLogModel->counts(['project_id'=>$this->user['project_id'],'hit'=>['!=',0]]); |
| 127 | foreach ($list as $item){ | 126 | foreach ($list as $item){ |
-
请 注册 或 登录 后发表评论