终审修改
This commit is contained in:
@@ -1266,7 +1266,7 @@ class Article extends Base
|
||||
}
|
||||
//添加文章状态信息(如果状态未更新可做通话用,并结束操作)
|
||||
$insert_data['article_id'] = $iId;
|
||||
$insert_data['content'] = 'The article enters the final review stage';
|
||||
$insert_data['content'] = 'final decision';
|
||||
$insert_data['state_from'] = $article_info['state'];
|
||||
$insert_data['state_to'] = 8;
|
||||
$insert_data['ctime'] = time();
|
||||
|
||||
Reference in New Issue
Block a user