增加日程功能
This commit is contained in:
parent
7312746895
commit
634503a1be
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user