From 9adb551bb373c6e1f272eb64b3de508082f48510 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 16 Jun 2026 11:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=8D=A0=E7=94=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingAbnormalService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/ParkingAbnormalService.php b/app/Services/ParkingAbnormalService.php index 7e843e5..9099340 100644 --- a/app/Services/ParkingAbnormalService.php +++ b/app/Services/ParkingAbnormalService.php @@ -162,6 +162,7 @@ class ParkingAbnormalService extends BaseService $model->update([ 'operation_type' => $operation_type, 'handle_reason' => $reason, + 'status' => 1, 'operation_at' => get_datetime(), 'updated_at' => get_datetime() ]);