提示修改
This commit is contained in:
@@ -379,7 +379,7 @@ class Finalreview extends Base
|
||||
}
|
||||
if($aReviewerFinal['state'] == 0){//同意审稿之后更新状态1接收2拒绝3退修
|
||||
if(!in_array($iState, [1,2,3])){
|
||||
return json_encode(['status' => 6,'msg' => 'Illegal review status']);
|
||||
return json_encode(['status' => 6,'msg' => 'You have agreed to review, please proceed to the final review list for the review process']);
|
||||
}
|
||||
$suggest_for_editor = empty($aParam['suggest_for_editor']) ? '' : $aParam['suggest_for_editor'];
|
||||
$suggest_for_author = empty($aParam['suggest_for_author']) ? '' : $aParam['suggest_for_author'];
|
||||
|
||||
Reference in New Issue
Block a user