This commit is contained in:
2025-03-27 17:27:24 +08:00
parent eba74f88cd
commit ab46d517a0
22 changed files with 137 additions and 2216 deletions

View File

@@ -95,8 +95,8 @@ class Admin extends Backend
$adminGroupName[$this->auth->id][$n['id']] = $n['name'];
}
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
$this->model->where('role','firm');
$this->model->where('firm_id',session_admin_firm_id());
//$this->model->where('role','firm');
//$this->model->where('firm_id',session_admin_firm_id());
$list = $this->model
->where($where)
->where('id', 'in', $this->childrenAdminIds)