From 602842e72ce31a0afb00ca9ccba90a0fbb47610d Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 23 Dec 2025 14:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E8=80=83=E6=96=87=E7=8C=AE=E9=A1=B5?= =?UTF-8?q?=E7=A0=81=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/ProductionArticleRefer.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/application/common/ProductionArticleRefer.php b/application/common/ProductionArticleRefer.php index 0e0bea26..706ec8ee 100644 --- a/application/common/ProductionArticleRefer.php +++ b/application/common/ProductionArticleRefer.php @@ -88,7 +88,7 @@ class ProductionArticleRefer $aWhere = ['p_refer_id' => $iPReferId]; $result = Db::name('production_article_refer')->where($aWhere)->limit(1)->update($aUpdate); //写入通过AI获取参考文献详情队列 - \think\Queue::push('app\api\job\AiCheckReferByDoi@fire',$aParam,'AiCheckReferByDoi'); + // \think\Queue::push('app\api\job\AiCheckReferByDoi@fire',$aParam,'AiCheckReferByDoi'); return json_encode(array('status' => 2,'msg' => 'The data obtained from the interface is empty'.$url)); } @@ -100,8 +100,7 @@ class ProductionArticleRefer $update['refer_frag'] = $f; $update['cs'] = 1; //写入通过AI获取参考文献详情队列 - $aParam['is_split_fail'] = 1; - \think\Queue::push('app\api\job\AiCheckReferByDoi@fire',$aParam,'AiCheckReferByDoi'); + // \think\Queue::push('app\api\job\AiCheckReferByDoi@fire',$aParam,'AiCheckReferByDoi'); } if (mb_substr_count($frag, '.') == 3){ $res = explode('.', $frag);