队列100000
This commit is contained in:
parent
39f346f867
commit
ee66837f78
@ -265,7 +265,7 @@ class OrderController extends Controller
|
|||||||
// throw new NotAllowedException('数据量过大,请筛选后再进行导出');
|
// throw new NotAllowedException('数据量过大,请筛选后再进行导出');
|
||||||
// }
|
// }
|
||||||
|
|
||||||
$queue = $total > 2000000;
|
$queue = $total > 100000;
|
||||||
|
|
||||||
$export = new OrderCardExport($conditions);
|
$export = new OrderCardExport($conditions);
|
||||||
$url = ExportService::store($export, 'public', $queue);
|
$url = ExportService::store($export, 'public', $queue);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user