From eaf2bedd116c6d76e2ee1ec28db1485e5e06a520 Mon Sep 17 00:00:00 2001
From: wangjinlei <751475802@qq.com>
Date: Wed, 17 Apr 2024 09:47:52 +0800
Subject: [PATCH] 1
---
application/api/controller/Reviewer.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/application/api/controller/Reviewer.php b/application/api/controller/Reviewer.php
index f86067f..62d78d3 100644
--- a/application/api/controller/Reviewer.php
+++ b/application/api/controller/Reviewer.php
@@ -134,7 +134,9 @@ class Reviewer extends Base
$this->article_reviewer_repeat_obj->insert($insert);
//发送邮件至审稿人,提醒到系统内复审稿件
- $tt = "Dear Reviewer,
";
+ $tt = $article_info['title']."
";
+ $tt .= "sn:".$article_info['accept_sn']."
";
+ $tt .= "Dear Reviewer,
";
$tt .= "Thank you for your support and valuable feedback to our journal. According to your comments, the author has made revisions to the article and submitted the revised manuscript to us.
";
$tt .= 'To ensure the quality and accuracy of the article, we would like to ask for your re-review of the revised manuscript within 5 days. Please log in to the Submission System and click on "Peer Review" to re-review the revised manuscript.If you fail to complete the re-review, we will consider your initial opinion as the final decision.
';
$tt .= "We appreciate your time and effort to the journal and look forward to hearing back from you soon.
";