增加日程功能

This commit is contained in:
liweisen 2020-11-18 16:16:42 +08:00
parent 7312746895
commit 634503a1be

View File

@ -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];