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

更新

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