20201112
This commit is contained in:
@@ -54,7 +54,7 @@ class Auto extends Controller {
|
||||
|
||||
public function testrev(){
|
||||
$a = $this->article_obj->where('article_id',261)->find();
|
||||
$this->checkrev($a);
|
||||
// $this->checkrev($a);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -91,6 +91,7 @@ class Auto extends Controller {
|
||||
* 审查文章审稿人状态,返回结果
|
||||
*/
|
||||
public function checkrev($data) {
|
||||
die;
|
||||
//查找审稿案例状态
|
||||
$rev_list = $this->reviewer_obj->where('article_id', $data['article_id'])->where('state','<>',4)->select();
|
||||
$journal_info = $this->journal_obj->where('journal_id',$data['journal_id'])->find();
|
||||
|
||||
Reference in New Issue
Block a user