From a105327530ebe3546b4dfc823e29956d2a04ab06 Mon Sep 17 00:00:00 2001 From: chengxl Date: Fri, 5 Sep 2025 16:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E9=87=8F=E4=BF=AE=E6=94=B9?= 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 b8d26f7..80bb990 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -1253,8 +1253,8 @@ class Article extends Base } //判断审稿记录是否有拒稿 if(!in_array(2, $aReviewLists)){//拒稿 - if(count($aReviewLists) < 3){ - return jsonError("The number of reviewers is less than 3"); + if(count($aReviewLists) < 2){ + return jsonError("The number of reviewers is less than 2"); } }