This commit is contained in:
wangjinlei
2020-12-15 11:50:24 +08:00
parent 7f4dd55c6b
commit 8dc49aa900
4 changed files with 73 additions and 5 deletions

View File

@@ -93,7 +93,6 @@ class Main extends Controller{
->where('j_article_to_topic.topic_id',$topic_info['journal_topic_id'])
->where('j_article_to_topic.state',0)
->select();
return jsonSuccess(['topic_info'=>$topic_info,'articlelist'=>$list]);
}else{
return jsonError('no highlights');