From 454c7b6ae5e0b5e077596b0b7c139c9ad1bcdd01 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 29 Apr 2026 11:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E4=BD=8D=E7=9B=B8=E6=9C=BA=E7=AE=A1?= =?UTF-8?q?=E7=90=862?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingCameraService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/ParkingCameraService.php b/app/Services/ParkingCameraService.php index eb86acf..bc79d02 100644 --- a/app/Services/ParkingCameraService.php +++ b/app/Services/ParkingCameraService.php @@ -274,6 +274,7 @@ class ParkingCameraService extends BaseService $item['is_control_lights'] = $isArr[$item['is_control_lights']] ?? ''; $item['type'] = $typeArr[$item['type']] ?? ''; + $item['status_'] = $item['status']; $item['status'] = $statusArr[$item['status']] ?? ''; return $item; }