1
This commit is contained in:
@@ -573,6 +573,7 @@ class Journal extends Controller {
|
||||
}
|
||||
$list = $this->article_obj->where('journal_stage_id', $journal_info['publish_stage_id'])
|
||||
->where('state', 0)
|
||||
->where("lx_online",1)
|
||||
->order($order)
|
||||
->select();
|
||||
$stage_info = $this->journal_stage_obj->where('journal_stage_id', $journal_info['publish_stage_id'])->find();
|
||||
|
||||
Reference in New Issue
Block a user