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

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

@@ -2658,7 +2658,8 @@ class OrderController extends BaseController
                     // 遍历每列
                     $rowData = [];
                     foreach ($cellIterator as $cell) {
-                        $rowData[] = $cell->getValue();
+                        $option = $cell->getValue();
+                        $rowData[] = trim($option);
                     }
                     $arr[] = $rowData;
                 }