From 3c3b526489e5c4ed5981a64b14664e46975edc25 Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Fri, 18 Apr 2025 14:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8Fbug=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); //发送邮件给作者,表示感谢