From 0ee6a575f73317f576a40b9939d57c95a003cbdf Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Fri, 29 May 2026 15:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E9=87=8D=E6=95=B0=E5=AD=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=B0=83=E6=95=B4=EF=BC=8C=E6=8E=A5=E5=8F=97=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E7=9A=84=E6=9F=A5=E9=87=8D=E9=99=90=E5=88=B6=E5=8F=98?= =?UTF-8?q?=E6=88=90=E8=87=AA=E5=8A=A8=E5=92=8C=E6=89=8B=E5=8A=A8=E9=9A=8F?= =?UTF-8?q?=E6=9C=BA=E7=9A=84=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php index 39572f85..f14695e1 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -1574,8 +1574,8 @@ class Article extends Base return json(['code' => 1, 'msg' => "Before proceeding to the next step, you need more than two available reviewer comments, and the total number of accept is greater than the total number of rejected."]); } } - //接收必须查重小于20% - if ($data['state'] == 6 && $article_info['repetition'] > 25) { + //接收必须查重小于25%,2026.5.29更改,获取查重的来源 + if ($data['state'] == 6 && $this->getArticleRepetition($article_info['article_id']) > 25) { return jsonError("Submissions with a repetition rate greater than thirty percent will not be accepted"); } //预接收有时间限定必须大于14天