Browse Source

白名单管理编辑优化

master
wanghongjun 4 days ago
parent
commit
203f18448a
  1. 2
      app/Services/ParkingVipListService.php

2
app/Services/ParkingVipListService.php

@ -96,7 +96,7 @@ class ParkingVipListService
$oldValues = $model->toArray();
$model->update([
'license' => $data['license'],
'license_id' => $license_id,
'user_id' => Auth::guard('sanctum')->user()['id'],
'updated_at' => get_datetime()
]);

Loading…
Cancel
Save