|
[$where, $sort, $order, $offset, $limit] = $this->buildparams();
|
|
[$where, $sort, $order, $offset, $limit] = $this->buildparams();
|
|
$result = ['total' => $list->total(), 'rows' => $list->items()];
|
|
$result = ['total' => $list->total(), 'rows' => $list->items()];
|