队列
This commit is contained in:
parent
ab5d8d3a64
commit
b4a96db669
@ -268,7 +268,7 @@ class OrderController extends Controller
|
|||||||
$queue = $total > 200000;
|
$queue = $total > 200000;
|
||||||
|
|
||||||
$export = new OrderCardExport($conditions);
|
$export = new OrderCardExport($conditions);
|
||||||
$url = ExportService::store($export, 'public', false);
|
$url = ExportService::store($export, 'public', $queue);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user