From 6f4dde697af7a246584d8add703a7a89afa59332 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Sat, 28 Jun 2025 19:08:06 +0800 Subject: [PATCH] sth --- application/admin/controller/orders/Dispatch2.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/admin/controller/orders/Dispatch2.php b/application/admin/controller/orders/Dispatch2.php index 752140a..a8b95b8 100644 --- a/application/admin/controller/orders/Dispatch2.php +++ b/application/admin/controller/orders/Dispatch2.php @@ -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);