队列调整到200万
This commit is contained in:
parent
b4a96db669
commit
39f346f867
@ -265,7 +265,7 @@ class OrderController extends Controller
|
|||||||
// throw new NotAllowedException('数据量过大,请筛选后再进行导出');
|
// throw new NotAllowedException('数据量过大,请筛选后再进行导出');
|
||||||
// }
|
// }
|
||||||
|
|
||||||
$queue = $total > 200000;
|
$queue = $total > 2000000;
|
||||||
|
|
||||||
$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