user reviewer info 异常添加 testfrom

This commit is contained in:
wangjinlei
2025-05-21 11:55:23 +08:00
parent 8cf196f992
commit ebe6390d80
4 changed files with 4 additions and 3 deletions

View File

@@ -24,9 +24,7 @@ class Major extends Base {
protected $user_act_obj = '';
protected $journal_obj = '';
protected $user_log_obj = '';
protected $user_reviewer_info_obj = '';
protected $reviewer_major_obj = '';
protected $reviewer_to_journal_obj = '';
protected $article_reviewer_question_obj = '';
protected $article_msg_obj = '';
protected $article_file_obj = '';
@@ -46,7 +44,6 @@ class Major extends Base {
$this->article_obj = Db::name('article');
$this->journal_obj = Db::name('journal');
$this->user_log_obj = Db::name('user_log');
$this->user_reviewer_info_obj = Db::name("user_reviewer_info");
$this->reviewer_major_obj = Db::name('reviewer_major');
$this->reviewer_to_journal_obj = Db::name('reviewer_to_journal');
$this->article_reviewer_question_obj = Db::name('article_reviewer_question');