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($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
||||||
$list = $this->model
|
$list = $this->model
|
||||||
->tab(Order::TAB_SETTING)
|
->tab(Order::TAB_SETTING)
|
||||||
->auth($this->auth,'dispatch_admin_id')
|
//->auth($this->auth,'dispatch_admin_id')
|
||||||
->areaauth($this->auth)
|
//->areaauth($this->auth)
|
||||||
->with(['dispatchadmin'])
|
->with(['dispatchadmin'])
|
||||||
->where($where)
|
->where($where)
|
||||||
->order($sort, $order)
|
->order($sort, $order)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user