数量修改
This commit is contained in:
@@ -1253,8 +1253,8 @@ class Article extends Base
|
|||||||
}
|
}
|
||||||
//判断审稿记录是否有拒稿
|
//判断审稿记录是否有拒稿
|
||||||
if(!in_array(2, $aReviewLists)){//拒稿
|
if(!in_array(2, $aReviewLists)){//拒稿
|
||||||
if(count($aReviewLists) < 3){
|
if(count($aReviewLists) < 2){
|
||||||
return jsonError("The number of reviewers is less than 3");
|
return jsonError("The number of reviewers is less than 2");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user