小bug修复
This commit is contained in:
@@ -4603,7 +4603,7 @@ class Article extends Base
|
||||
$journal_info = $this->journal_obj->where("journal_id", $article['journal_id'])->find();
|
||||
$editor = $this->user_obj->where('user_id', $journal_info['editor_id'])->find();
|
||||
// 发邮件
|
||||
$content = 'Dear editor,<br>please check the new feedback.';
|
||||
$content = 'Dear editor,<br>please check the new feedback. article_sn:'.$article['accept_sn'];
|
||||
sendEmail($editor['email'], $article['title'], $article['title'], $content, $article['email'], $article['epassword']);
|
||||
$res_msg = add_usermsg($article['editor_id'], 'New manuscript feedback', '/articleDetailEditor?id=' . $article_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user