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