导出记录
This commit is contained in:
parent
3c4c0ec67c
commit
f75eca90f4
@ -50,7 +50,7 @@ class ExportService extends Service
|
|||||||
|
|
||||||
$url = $item->status === 3 ? Storage::disk($item->disk)->url($item->filename) : '';
|
$url = $item->status === 3 ? Storage::disk($item->disk)->url($item->filename) : '';
|
||||||
|
|
||||||
$conditions = json_encode(array_except($item->conditions, ['page', 'limit', 'orderBy', 'sortedBy']), 256);
|
$conditions = json_encode(array_except($item->conditions ?? [], ['page', 'limit', 'orderBy', 'sortedBy']), 256);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'id' => $item->id,
|
'id' => $item->id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user