|
@@ -424,7 +424,7 @@ class Vehicle extends CatchController
|
|
|
for ($j = 2; $j <= $highestRow; $j++) {
|
|
|
$arr = array(); //每条设备信息
|
|
|
$arr['PLATE_NO'] = strtoupper(trim($sheet->getCell("A" . $j)->getFormattedValue()));
|
|
|
- if(empty($arr['PLATE_NO']) || strlen($arr['PLATE_NO'])<10){
|
|
|
+ if(empty($arr['PLATE_NO']) || strlen($arr['PLATE_NO'])<6){
|
|
|
$fail++;
|
|
|
debug_log('importVehicleError','车牌格式不正确,车牌号为:'.$arr['PLATE_NO']);
|
|
|
continue;
|