This commit is contained in:
hydrz 2020-05-07 11:21:45 +08:00
parent ab5d8d3a64
commit b4a96db669

View File

@ -268,7 +268,7 @@ class OrderController extends Controller
$queue = $total > 200000;
$export = new OrderCardExport($conditions);
$url = ExportService::store($export, 'public', false);
$url = ExportService::store($export, 'public', $queue);
} catch (\Exception $e) {
throw $e;
}