|
...
|
...
|
@@ -146,7 +146,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
|
|
}
|
|
|
|
//问题达标数据
|
|
|
|
$data['question_qualify_count'] = $questionLogModel->where('project_id', $this->user['project_id'])
|
|
|
|
->where('hit','!=',0)
|
|
|
|
->where('hit','!=',0)->whereIn('platform',['openai', 'gemini','google_ai_overview'])
|
|
|
|
->select(DB::raw('COUNT(DISTINCT question) as total'))
|
|
|
|
->value('total');
|
|
|
|
return $this->success($data);
|
...
|
...
|
|