From 5f7f50fe82d796f66c296dd1ff8851da6525935c Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Thu, 8 Apr 2021 11:45:18 +0800 Subject: [PATCH] 20201112 --- application/super/controller/Publish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/super/controller/Publish.php b/application/super/controller/Publish.php index 751f5ec..3eb96f0 100644 --- a/application/super/controller/Publish.php +++ b/application/super/controller/Publish.php @@ -68,7 +68,7 @@ class Publish extends Controller{ * @return journals:期刊信息array# */ public function getMain(){ - $journals = $this->journal_obj->where('state',0)->select(); + $journals = $this->journal_obj->where('journal_id','<>',17)->where('state',0)->select(); foreach ($journals as $k => $v){ $journals[$k]['mark'] = $this->calMark($v['journal_id']); $last_stage = $this->journal_stage_obj