tongshanglei лет назад: 2
Родитель
Сommit
f36102c576
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      catch/yunying/controller/Vehicle.php

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

@@ -348,8 +348,8 @@ class Vehicle extends CatchController
                 $arr['RFID_SN'] = trim($sheet->getCell("D" . $j)->getFormattedValue());  
                 $arr['INSTA_DATE'] = trim($sheet->getCell("E" . $j)->getFormattedValue());  
                 $arr['INSTALLER'] = trim($sheet->getCell("F" . $j)->getFormattedValue()); 
-                var_dump($arr);
-                $r=$this->execSaveStation($arr);
+                // var_dump($arr);
+                $r=$this->execSaveVehicle($arr);
                 if($r){
                     $success++;
                 }else{