1
This commit is contained in:
@@ -62,6 +62,7 @@ class Base extends Controller
|
||||
protected $production_article_refer_obj = '';
|
||||
protected $production_article_author_to_organ_obj = '';
|
||||
protected $production_article_frag_obj = '';
|
||||
protected $production_article_main_obj = '';
|
||||
protected $apply_reviewer_obj = '';
|
||||
|
||||
|
||||
@@ -124,6 +125,7 @@ class Base extends Controller
|
||||
$this->production_article_refer_obj = Db::name('production_article_refer');
|
||||
$this->production_article_author_to_organ_obj = Db::name('production_article_author_to_organ');
|
||||
$this->production_article_frag_obj = Db::name('production_article_frag');
|
||||
$this->production_article_main_obj = Db::name('production_article_main');
|
||||
$this->apply_reviewer_obj = Db::name("apply_reviewer");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user