数量修改

This commit is contained in:
chengxl
2025-09-05 16:04:38 +08:00
parent 73ac097d01
commit a105327530

View File

@@ -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");
}
}