1
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user