From 37827f902cd97a0b527a75383a0aa031363144e9 Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 24 Jun 2025 11:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8E=A8=E8=8D=90=E5=AE=A1?= =?UTF-8?q?=E7=A8=BF=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/Reviewer.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/application/common/Reviewer.php b/application/common/Reviewer.php index 5b90d8a..f5b77a0 100644 --- a/application/common/Reviewer.php +++ b/application/common/Reviewer.php @@ -44,14 +44,14 @@ class Reviewer Website: {website}' ], 'revision' => [ - 'email_subject' => 'Termination of Review Assignment for [{accept_sn}]', + 'email_subject' => 'Termination of Review Assignment for {journal_title}-[{accept_sn}]', 'email_content' => ' - Dear {realname},

+ Dear Dr. {realname},

I hope this message finds you well.
We truly appreciate your kind acceptance to review the manuscript titled "{article_title}" ({accept_sn}).
However, due to recent updates in our editorial workflow, we would like to request the termination of this review task.
We sincerely apologize for any inconvenience caused and are grateful for your ongoing support of our journal. We hope to have the opportunity to invite you for future reviews.
- Thank you for your understanding.
+ Thank you for your understanding.

Sincerely,
Editorial Office
Subscribe to this journal
@@ -461,8 +461,8 @@ class Reviewer $sMsg = ''; foreach ($aUser as $key => $value) { - $email = 'tmr@tmrjournals.com';//empty($value['email']) ? '' : $value['email']; - if(empty($value['email']) || empty($aReviewer[$value['user_id']])){ + $email = empty($value['email']) ? '' : $value['email']; + if(empty($email) || empty($aReviewer[$value['user_id']])){ continue; } @@ -637,7 +637,7 @@ class Reviewer //发邮件 $oArticle = new \app\api\controller\Article; - $email = 'tmr@tmrjournals.com';//empty($aJournal['email']) ? '' : $aJournal['email']; + $email = empty($aJournal['email']) ? '' : $aJournal['email']; if(empty($email)){ return json_encode(['status' => 6,'msg' => 'Journal email not set up']); } @@ -739,8 +739,8 @@ class Reviewer //审稿人信息 $art_rev_id = empty($aReviewer[$value['user_id']]) ? 0 : $aReviewer[$value['user_id']]; - $email = 'tmr@tmrjournals.com';//empty($value['email']) ? '' : $value['email']; - if(empty($value['email']) || empty($art_rev_id)){ + $email = empty($value['email']) ? '' : $value['email']; + if(empty($email) || empty($art_rev_id)){ continue; } if(in_array($art_rev_id, $aEmail)){//已发过邮件代表已经扣减分数