This commit is contained in:
wangjinlei
2021-01-05 10:58:23 +08:00
parent 201843817a
commit 6784f78323
2 changed files with 52 additions and 62 deletions

View File

@@ -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();