shish 1 year ago
parent
commit
679474938a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app-ghs/controllers/OrderController.php

+ 2 - 1
app-ghs/controllers/OrderController.php

@@ -2642,8 +2642,9 @@ class OrderController extends BaseController
                 foreach ($cellIterator as $cell) {
                     $rowData[] = $cell->getValue();
                 }
+                $arr[] = $rowData;
             }
-            //array_shift($arr);
+            array_shift($arr);
             print_r($arr);
         } else {
             util::fail('上传失败');