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