队列100000

This commit is contained in:
hydrz 2020-05-07 15:38:54 +08:00
parent 39f346f867
commit ee66837f78

View File

@ -265,7 +265,7 @@ class OrderController extends Controller
// throw new NotAllowedException('数据量过大,请筛选后再进行导出');
// }
$queue = $total > 2000000;
$queue = $total > 100000;
$export = new OrderCardExport($conditions);
$url = ExportService::store($export, 'public', $queue);