Browse Source

车牌导入

master
wanghongjun 2 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)
{
if ($this->index == 1) {
if (!$this->index) {
$this->index += 1;
return;
}

Loading…
Cancel
Save