|
...
|
...
|
@@ -121,7 +121,6 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
'keywords_arr' => $keywordArr,
|
|
|
|
'core_keyword_url_count'=>$coreKeywordUrlCount ?? 0
|
|
|
|
];
|
|
|
|
return $this->success($data);
|
|
|
|
}else{
|
|
|
|
$keywordUrlCount = $questionLogModel->counts(['project_id'=>$this->user['project_id'],'hit'=>['!=',0]]);
|
|
|
|
foreach ($list as $item){
|
...
|
...
|
|