1
This commit is contained in:
@@ -752,7 +752,7 @@ class Reviewer extends Controller
|
||||
$in_data['state_from'] = $article_info['state'];
|
||||
$in_data['state_to'] = $article_info['state'];
|
||||
$in_data['ctime'] = time();
|
||||
$this->article_msg_obj->insert($in_data);
|
||||
// $this->article_msg_obj->insert($in_data);
|
||||
|
||||
//记录log
|
||||
//生成pdf文件
|
||||
@@ -1041,7 +1041,7 @@ class Reviewer extends Controller
|
||||
$in_data['state_from'] = $article_info['state'];
|
||||
$in_data['state_to'] = $article_info['state'];
|
||||
$in_data['ctime'] = time();
|
||||
$this->article_msg_obj->insert($in_data);
|
||||
// $this->article_msg_obj->insert($in_data);
|
||||
|
||||
|
||||
$re['art_rev_id'] = $res;
|
||||
@@ -1082,7 +1082,7 @@ class Reviewer extends Controller
|
||||
$insert_data['state_from'] = $article_info['state'];
|
||||
$insert_data['state_to'] = $article_info['state'];
|
||||
$insert_data['ctime'] = time();
|
||||
$this->article_msg_obj->insert($insert_data);
|
||||
// $this->article_msg_obj->insert($insert_data);
|
||||
|
||||
$this->article_reviewer_obj->where('art_rev_id', $data['art_rev_id'])->update(['state' => 0]);
|
||||
return jsonSuccess([]);
|
||||
|
||||
Reference in New Issue
Block a user