提示修改

This commit is contained in:
chengxl
2025-09-09 10:11:50 +08:00
parent a105327530
commit 94dd9d3e7c

View File

@@ -379,7 +379,7 @@ class Finalreview extends Base
} }
if($aReviewerFinal['state'] == 0){//同意审稿之后更新状态1接收2拒绝3退修 if($aReviewerFinal['state'] == 0){//同意审稿之后更新状态1接收2拒绝3退修
if(!in_array($iState, [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_editor = empty($aParam['suggest_for_editor']) ? '' : $aParam['suggest_for_editor'];
$suggest_for_author = empty($aParam['suggest_for_author']) ? '' : $aParam['suggest_for_author']; $suggest_for_author = empty($aParam['suggest_for_author']) ? '' : $aParam['suggest_for_author'];