20201112
This commit is contained in:
@@ -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 manuscript’s status, please check.<br><br>';
|
||||
$tt .= 'TMR Publishing Group';
|
||||
|
||||
Reference in New Issue
Block a user