EExcel 丞燕快速查詢2

EExcel 丞燕快速查詢2
EExcel 丞燕快速查詢2 https://sandk.ffbizs.com/

laravel ->paginate need becareful

When you use some model ->paginate

Get Illuminate\Pagination\LengthAwarePaginator But Value Don't Back To Variable.


$orders->paginate(10)


$orders = $orders->paginate(10)


So

$this->orders->paginate(10)


$this->oorders = $this->oorders->paginate(10)