tongshanglei 1 year ago
parent
commit
cbbdd656a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      catch/yunying/controller/Vehicle.php

+ 1 - 1
catch/yunying/controller/Vehicle.php

@@ -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;