作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !2965
... ... @@ -145,7 +145,6 @@ 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'])
->select(DB::raw('COUNT(DISTINCT question) as total'))
->value('total');
$latestCreatedAt = $questionLogModel
->where('project_id', $this->user['project_id'])
... ...