20201112
This commit is contained in:
@@ -350,7 +350,6 @@ class Journal extends Controller {
|
||||
->where('j_article.type', ['like', 'News'], ['like', 'Comment'], 'or')
|
||||
->order('j_article.article_id')
|
||||
->select();
|
||||
|
||||
//获取作者
|
||||
foreach ($list as $k => $v) {
|
||||
$stage_info = $this->journal_stage_obj->where('journal_stage_id',$v['journal_stage_id'])->find();
|
||||
|
||||
Reference in New Issue
Block a user