From 5a2df593aca5d43b637de695cd8ae8d28765e0da Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Fri, 28 Aug 2026 17:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E7=89=8C=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Imports/ParkingLicensePlateImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Imports/ParkingLicensePlateImport.php b/app/Imports/ParkingLicensePlateImport.php index 468abf2..1e6aead 100644 --- a/app/Imports/ParkingLicensePlateImport.php +++ b/app/Imports/ParkingLicensePlateImport.php @@ -30,7 +30,7 @@ class ParkingLicensePlateImport implements ToModel */ public function model(array $row) { - if ($this->index == 1) { + if (!$this->index) { $this->index += 1; return; }