Browse Source

车位相机管理2

master
wanghongjun 3 days ago
parent
commit
454c7b6ae5
  1. 1
      app/Services/ParkingCameraService.php

1
app/Services/ParkingCameraService.php

@ -274,6 +274,7 @@ class ParkingCameraService extends BaseService
$item['is_control_lights'] $item['is_control_lights']
= $isArr[$item['is_control_lights']] ?? ''; = $isArr[$item['is_control_lights']] ?? '';
$item['type'] = $typeArr[$item['type']] ?? ''; $item['type'] = $typeArr[$item['type']] ?? '';
$item['status_'] = $item['status'];
$item['status'] = $statusArr[$item['status']] ?? ''; $item['status'] = $statusArr[$item['status']] ?? '';
return $item; return $item;
} }

Loading…
Cancel
Save