配置订单权限
This commit is contained in:
parent
09e94cd7b3
commit
86a1df86de
|
|
@ -58,7 +58,7 @@ class Configorder extends Backend
|
||||||
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
||||||
$list = $this->model
|
$list = $this->model
|
||||||
->tab(Order::TAB_SETTING)
|
->tab(Order::TAB_SETTING)
|
||||||
->auth($this->auth)
|
->auth($this->auth,'dispatch_admin_id')
|
||||||
->areaauth($this->auth)
|
->areaauth($this->auth)
|
||||||
->with(['dispatch'])
|
->with(['dispatch'])
|
||||||
->where($where)
|
->where($where)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user