This commit is contained in:
2025-03-22 12:13:30 +08:00
parent 294f083ae9
commit 6711702837
14 changed files with 41 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ class Firmnotespoints extends Backend
parent::_initialize();
$this->model = new \app\admin\model\Firmnotespoints;
$this->model->where('firm_id',session_admin_firm_id());
}