From e731e41043f980024a7fe63c9ccef27d6c7de9d2 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 28 Apr 2026 17:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E4=BD=8D=E8=B5=84=E8=AE=AF=E8=BD=A6?= =?UTF-8?q?=E7=89=8C=E4=BC=98=E5=8C=965?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ParkingInformationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ParkingInformationService.php b/app/Services/ParkingInformationService.php index c1d6c8c..650fa78 100644 --- a/app/Services/ParkingInformationService.php +++ b/app/Services/ParkingInformationService.php @@ -90,7 +90,7 @@ class ParkingInformationService extends BaseService } // 通过车位类型 创建车牌 - if ($space_type_id) { + if (empty($license_plate_id) && $space_type_id) { $createData = [ 'number' => $license_plate, 'space_type_id' => $space_type_id