This commit is contained in:
wangjinlei
2021-01-20 17:16:12 +08:00
parent e8251d4489
commit b752036855
3 changed files with 247 additions and 2 deletions

View File

@@ -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();