diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php index 7a5a23a..09ad084 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -3255,7 +3255,7 @@ class Article extends Base //发送邮件到编辑,提醒有待审文章 $editor_info = $this->user_obj->where('user_id', $journal_info['editor_id'])->find(); $tt = 'Dear editor,
'; - $tt .= 'Please check the new manuscript in the submission system.'; + $tt .= 'Please check the new manuscript in the submission system.'.$article_info['accept_sn']; sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']); $user_rev_info = $this->user_reviewer_info_obj->where("reviewer_id", $user_res['user_id'])->find(); //发送邮件给作者,表示感谢