配置订单权限

This commit is contained in:
xman 2025-03-31 10:48:39 +08:00
parent 09e94cd7b3
commit 86a1df86de

View File

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