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