This commit is contained in:
wangjinlei
2023-07-06 09:12:42 +08:00
parent 66c02137b4
commit b989916102
3 changed files with 190 additions and 102 deletions

View File

@@ -198,9 +198,9 @@ class Article extends Base
$update_data['state'] = 5;
$update_data['rtime'] = time();
$update_data['editor_act'] = 1;
$this->article_obj->where("article_id",$data['article_id'])->update($update_data);
//拒稿或者录用 - 发送审稿意见
$this->sendEmailToReviewer($data['article_id'], 5);