sth
This commit is contained in:
parent
6a32e262b5
commit
5fb9b6fc0a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user