This commit is contained in:
wangjinlei
2023-02-24 18:03:37 +08:00
parent 45a6caadb0
commit c5e6781197
6 changed files with 206 additions and 15 deletions

View File

@@ -95,6 +95,12 @@ class Journal extends Controller {
return jsonSuccess($re);
}
public function getAllJournal(){
$list = $this->journal_obj->where('state',0)->select();
$re['journals'] = $list;
return jsonSuccess($re);
}
/**
* 获取可申请审稿人的期刊