From c5bd583e4fbd13ffcb3f18d26143643eb7c50065 Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Fri, 29 Aug 2025 17:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E4=BB=A5=E5=8F=8Aemail?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Article.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php index 67af1fb..16b1760 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -583,7 +583,7 @@ class Article extends Base //发送邮件提醒编辑有新的转投稿件 $tt1 = 'Dear editor'; - $tt1 .= 'Please check the new transfer manuscript in the submission system.'; + $tt1 .= 'Please check the new transfer manuscript in the submission system. sn'.$article_info['accept_sn']; sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt1, $journal_info['email'], $journal_info['epassword']); @@ -1280,7 +1280,7 @@ class Article extends Base //发送邮件提醒编辑有新的转投稿件 $tt1 = 'Dear editor'; - $tt1 .= 'Please check the new transfer manuscript in the submission system.'; + $tt1 .= 'Please check the new transfer manuscript in the submission system.sn'.$article_info['accept_sn']; sendEmail($trans_editor_info['email'], $journal_info['title'], $journal_info['title'], $tt1, $journal_info['email'], $journal_info['epassword']); //增加usermsg @@ -1354,7 +1354,7 @@ class Article extends Base //发送邮件提醒编辑有新的转投稿件 $tt1 = 'Dear editor'; - $tt1 .= 'Please check the new transfer manuscript in the submission system.'; + $tt1 .= 'Please check the new transfer manuscript in the submission system.sn'.$article_info['accept_sn']; sendEmail($trans_editor_info['email'], $journal_info['title'], $journal_info['title'], $tt1, $journal_info['email'], $journal_info['epassword']); //增加usermsg @@ -3478,7 +3478,7 @@ class Article extends Base $res_log = $this->user_log_obj->insert($log_data); //增加usermsg - $res_msg = add_usermsg($journal_info['editor_id'], 'New manuscript', '/articleDetailEditor?id=' . $data['article_id']); + $res_msg = add_usermsg($journal_info['editor_id'], 'New manuscript sn:'.$article_info['accept_sn'], '/articleDetailEditor?id=' . $data['article_id']); //通讯作者转为审稿人 $this->addReviewerFromArticle($data['article_id'], $journal_info['journal_id']);