|
...
|
...
|
@@ -145,7 +145,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
//问题达标数据
|
|
|
|
$data['question_qualify_count'] = $questionLogModel->where('project_id', $this->user['project_id'])
|
|
|
|
->where('hit','!=',0)->whereIn('platform',['openai', 'gemini','google_ai_overview'])
|
|
|
|
->value('total');
|
|
|
|
->count();
|
|
|
|
$latestCreatedAt = $questionLogModel
|
|
|
|
->where('project_id', $this->user['project_id'])
|
|
|
|
->orderBy('id', 'desc')
|
...
|
...
|
|