11
This commit is contained in:
@@ -589,7 +589,7 @@ class Journal extends Controller {
|
||||
->select();
|
||||
$stage_info = $this->journal_stage_obj->where('journal_stage_id', $journal_info['publish_stage_id'])->find();
|
||||
|
||||
$list = strongArticleList($list);
|
||||
$list = strongArticleList($list,false);
|
||||
// foreach ($list as $k => $v){
|
||||
// $cache_topic = $this->article_to_topic_obj->field('j_journal_topic.*')->join('j_journal_topic', 'j_journal_topic.journal_topic_id = j_article_to_topic.topic_id', 'left')->where('j_article_to_topic.article_id', $v['article_id'])->where('j_article_to_topic.state', 0)->select();
|
||||
// $list[$k]['topic'] = $cache_topic;
|
||||
|
||||
Reference in New Issue
Block a user