tongshanglei hai 1 ano
pai
achega
cbbdd656a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;