Browse Source

车位相机设备信息导出3

master
wanghongjun 4 weeks ago
parent
commit
95d5f03b4b
  1. 3
      app/Exports/ParkingVipListExport.php

3
app/Exports/ParkingVipListExport.php

@ -15,7 +15,8 @@ class ParkingVipListExport implements FromArray, WithHeadings
*/
public function array(): array
{
$list = ParkingVipList::all()->toArray();
$list = ParkingVipList::query()->orderBy('id', 'desc')->select()->get()
->toArray();
$data = [];
$index = 1;
foreach ($list as $item) {

Loading…
Cancel
Save