This commit is contained in:
xman 2025-06-28 19:08:06 +08:00
parent 816e8df018
commit 6f4dde697a

View File

@ -72,7 +72,8 @@ class Dispatch2 extends Backend
$list = $this->model
->with(['orderb','lastRecord'])
->auth($this->auth)
//->dispatchauth($this->auth)
->dispatcherauth($this->auth)
->where($where)
->order($sort, $order)
->paginate($limit);