月报表明细

This commit is contained in:
邓皓元 2019-04-24 15:54:37 +08:00
parent 18174472a0
commit c8da6621f1

View File

@ -86,7 +86,7 @@ class CompanyReportController extends Controller
try {
$export = new CompanyReportDetailExport($conditions);
$queue = $total > 6000;
$queue = $total > 50000;
$url = ExportService::store($export, $this->disk, $queue);
} catch (\Exception $e) {