作者 李忠强
1 个管道 的构建 通过 耗费 5 秒

更新

@@ -114,6 +114,7 @@ class Index extends Api @@ -114,6 +114,7 @@ class Index extends Api
114 $list = $ideaModel 114 $list = $ideaModel
115 ->where($where) 115 ->where($where)
116 ->field('id,title') 116 ->field('id,title')
  117 + ->order('id','desc')
117 ->limit(20) 118 ->limit(20)
118 ->select(); 119 ->select();
119 $list = $list->toArray(); 120 $list = $list->toArray();