Browse Source

车牌导入

master
wanghongjun 3 weeks ago
parent
commit
5a2df593ac
  1. 2
      app/Imports/ParkingLicensePlateImport.php

2
app/Imports/ParkingLicensePlateImport.php

@ -30,7 +30,7 @@ class ParkingLicensePlateImport implements ToModel
*/ */
public function model(array $row) public function model(array $row)
{ {
if ($this->index == 1) { if (!$this->index) {
$this->index += 1; $this->index += 1;
return; return;
} }

Loading…
Cancel
Save