小bug调整

This commit is contained in:
wangjinlei
2025-04-18 14:05:45 +08:00
parent c8e66d1518
commit 3c3b526489

View File

@@ -3255,7 +3255,7 @@ class Article extends Base
//发送邮件到编辑,提醒有待审文章
$editor_info = $this->user_obj->where('user_id', $journal_info['editor_id'])->find();
$tt = 'Dear editor,<br>';
$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();
//发送邮件给作者,表示感谢