diff --git a/application/project/controller/Events.php b/application/project/controller/Events.php index 57f7c0f..34f7502 100644 --- a/application/project/controller/Events.php +++ b/application/project/controller/Events.php @@ -40,6 +40,7 @@ class Events extends BasicApi $where[] = ['project_code', '=', $code]; } $where[] = ['deleted', '=', 0]; + $where[] = ['organization_code', '=', getCurrentOrganizationCode()]; $list = $this->model->_list($where); // $eventMember = new EventsMember(); // $list = $eventMember->_list($where);