|
...
|
...
|
@@ -90,7 +90,6 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
$keywordsTotalCount += count($item['keywords'] ?? []);
|
|
|
|
$urlTotalCount += count($item['url'] ?? []);
|
|
|
|
}
|
|
|
|
$keywordUrlCount = 0;
|
|
|
|
$keywordArr = [];
|
|
|
|
$questionResModel = new GeoQuestionLog();
|
|
|
|
$resList = $questionResModel->list(['project_id'=>$this->user['project_id']],['keywords','url','keywords_num','url_num']);
|
...
|
...
|
|