作者 李宇航

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

变更数据



查看合并请求 !2966
... ... @@ -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')
... ...