From a64640247b94f18e1660d76ebf02cf06cee467fa Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Sat, 28 Jun 2025 19:13:43 +0800 Subject: [PATCH] sth --- application/admin/controller/orders/Dispatch2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/admin/controller/orders/Dispatch2.php b/application/admin/controller/orders/Dispatch2.php index a8b95b8..9d1c1d7 100644 --- a/application/admin/controller/orders/Dispatch2.php +++ b/application/admin/controller/orders/Dispatch2.php @@ -72,8 +72,8 @@ class Dispatch2 extends Backend $list = $this->model ->with(['orderb','lastRecord']) - //->dispatchauth($this->auth) - ->dispatcherauth($this->auth) + ->auth($this->auth) + // ->dispatcherauth($this->auth) ->where($where) ->order($sort, $order) ->paginate($limit);