From 7312746895c44ec56bd5a72bb6a6bb229786b2e6 Mon Sep 17 00:00:00 2001 From: liweisen Date: Wed, 18 Nov 2020 16:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E7=A8=8B=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/project/controller/Events.php | 1 + 1 file changed, 1 insertion(+) 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);