This commit is contained in:
wangjinlei
2020-11-23 10:14:04 +08:00
parent 5bb03542f4
commit c3f6a9fcce

View File

@@ -331,8 +331,8 @@ class Article extends Controller {
$msg_res = $this->article_msg_obj->insert($insmsg_data);
//发送邮件
$editor_info = $this->user_obj->where('user_id',$article_old_info['editor_id'])->find();
$journal_info = $this->journal_obj->where('journal_id',$article_old_info['journal_id'])->find();
$editor_info = $this->user_obj->where('user_id',$journal_info['editor_id'])->find();
$tt = 'Dear editor,<br>';
$tt .= 'The author changed the manuscripts status, please check.<br><br>';
$tt .= 'TMR Publishing Group';