This commit is contained in:
xman 2025-06-27 15:49:15 +08:00
parent 6a32e262b5
commit 5fb9b6fc0a

View File

@ -62,8 +62,8 @@ class Configorder extends Backend
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
$list = $this->model
->tab(Order::TAB_SETTING)
->auth($this->auth,'dispatch_admin_id')
->areaauth($this->auth)
//->auth($this->auth,'dispatch_admin_id')
//->areaauth($this->auth)
->with(['dispatchadmin'])
->where($where)
->order($sort, $order)