正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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']); |
-
请 注册 或 登录 后发表评论