This commit is contained in:
Yuri Kuznetsov
2021-09-08 12:58:11 +03:00
parent f7aa5aaf0b
commit ba4619df21
7 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class Export
$params['entityType'] = $entityType;
$where = $data->where ?? null;
$searchParams = $data->searchParams ?? null;
$searchParams = $data->searchParams ?? $data->selectData ?? null;
$ids = $data->ids ?? null;
if (!is_null($where) || !is_null($searchParams)) {