fixed
This commit is contained in:
@@ -25,7 +25,6 @@ class Firmstore extends Backend
|
||||
parent::_initialize();
|
||||
$this->model = new \app\admin\model\Firmstore;
|
||||
|
||||
$this->model->where('firm_id',session_admin_firm_id());
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +52,7 @@ class Firmstore extends Backend
|
||||
}
|
||||
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
||||
|
||||
$this->model->where('firm_id',session_admin_firm_id());
|
||||
$list = $this->model
|
||||
|
||||
->where($where)
|
||||
|
||||
Reference in New Issue
Block a user