|
...
|
...
|
@@ -25,7 +25,7 @@ class DescribeController extends BaseController |
|
|
|
$map[] = ['title', 'like', "%{$this->param['search']}%"];
|
|
|
|
}
|
|
|
|
$sort = ['id' => 'desc'];
|
|
|
|
$data = $logic->getList($map, $sort, ['id', 'title', 'text', 'status', 'created_at']);
|
|
|
|
$data = $logic->getList($map, $sort, ['id', 'title', 'text', 'status', 'created_at'],$this->row);
|
|
|
|
return $this->success($data);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|