作者 lyh

变更数据

@@ -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){