sth
This commit is contained in:
parent
5a60502943
commit
a64640247b
|
|
@ -72,8 +72,8 @@ class Dispatch2 extends Backend
|
||||||
|
|
||||||
$list = $this->model
|
$list = $this->model
|
||||||
->with(['orderb','lastRecord'])
|
->with(['orderb','lastRecord'])
|
||||||
//->dispatchauth($this->auth)
|
->auth($this->auth)
|
||||||
->dispatcherauth($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