sth
This commit is contained in:
parent
816e8df018
commit
6f4dde697a
|
|
@ -72,7 +72,8 @@ class Dispatch2 extends Backend
|
||||||
|
|
||||||
$list = $this->model
|
$list = $this->model
|
||||||
->with(['orderb','lastRecord'])
|
->with(['orderb','lastRecord'])
|
||||||
->auth($this->auth)
|
//->dispatchauth($this->auth)
|
||||||
|
->dispatcherauth($this->auth)
|
||||||
->where($where)
|
->where($where)
|
||||||
->order($sort, $order)
|
->order($sort, $order)
|
||||||
->paginate($limit);
|
->paginate($limit);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user