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);