From 203f18448a898a98effab6072b3d8f10657cc524 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 23 Jun 2026 14:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingVipListService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/ParkingVipListService.php b/app/Services/ParkingVipListService.php index 57322b2..d3ddbb5 100644 --- a/app/Services/ParkingVipListService.php +++ b/app/Services/ParkingVipListService.php @@ -96,8 +96,8 @@ class ParkingVipListService $oldValues = $model->toArray(); $model->update([ - 'license' => $data['license'], - 'user_id' => Auth::guard('sanctum')->user()['id'], + 'license_id' => $license_id, + 'user_id' => Auth::guard('sanctum')->user()['id'], 'updated_at' => get_datetime() ]);