Merge branch 'dillon/34.5-jenkins-vapor' into vapor/development

This commit is contained in:
Dillon Ngo
2024-06-22 16:36:24 +08:00
@@ -32,7 +32,7 @@ class TestRunningALongQueryV2CommandJob implements ShouldQueue
$start = new Carbon();
////https://dev.exchange.izyim.com/company/2294/false/transaction/export
$companyId = 2294; //$request->route('id');
$companyId = '2294'; //$request->route('id');
$isPrecise = false; //$request->route('is_precise');
$company = Company::find($companyId);