From aa53afd6d340a835c7b65b1f6c476fa598ce90ea Mon Sep 17 00:00:00 2001 From: chengxl Date: Fri, 15 Aug 2025 17:11:32 +0800 Subject: [PATCH] =?UTF-8?q?AI=E5=AE=A1=E7=A8=BF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Aireview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/api/controller/Aireview.php b/application/api/controller/Aireview.php index 3a8ba46..52f7f76 100644 --- a/application/api/controller/Aireview.php +++ b/application/api/controller/Aireview.php @@ -33,9 +33,9 @@ class Aireview extends Base //问题等级 - $sQuestionLevel = empty($aParam['question_level']) ? 'C' : $aParam['question_level']; + $sQuestionLevel = empty($aParam['question_level']) ? 'A' : $aParam['question_level']; //需要处理的AI问题字段 - $sQuestionFields = empty($aParam['queue_fields']) ? 'hotspot' : $aParam['queue_fields']; + $sQuestionFields = empty($aParam['queue_fields']) ? 'journal_scope' : $aParam['queue_fields']; $aQuestionFields = explode(',', $sQuestionFields); //查询文章及AI审稿 $aWhere = ['article_id' => $aParam['article_id']];