From 634503a1bec826b2a9d3612d1832e30bf6e3f02e Mon Sep 17 00:00:00 2001 From: liweisen Date: Wed, 18 Nov 2020 16:16:42 +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 34f7502..309628b 100644 --- a/application/project/controller/Events.php +++ b/application/project/controller/Events.php @@ -70,6 +70,7 @@ class Events extends BasicApi } $status = Request::post('status', -1); $where[] = ['deleted', '=', 0]; + $where[] = ['organization_code', '=', getCurrentOrganizationCode()]; $memberWhere = [['member_code', '=', getCurrentMember()['code']]]; if ($status != -1) { $memberWhere[] = ['status', '=', $status];