作者 lyh

gx数据

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