mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-29 17:34:25 +00:00
fix yd fetch data
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ Route::get('/min_cbm', function (){
|
||||
return $query->selectRaw('sum((width/100) * (height/100) * (length/100) * quantity) as cbm')->where('type', \App\Classes\ValueObjects\Constants\PackingListType::SHIPPING_PACKING_LIST)->where('status', '!=', 5)->having('cbm', '>', 0.3);
|
||||
});
|
||||
});
|
||||
})->get();
|
||||
})->limit(1)->get();
|
||||
|
||||
foreach ($companies as $company) {
|
||||
echo route('customer.profile', $company->inviters()->withPivot('invitee_reference')->first()->pivot->invitee_reference).'<br>';
|
||||
|
||||
Reference in New Issue
Block a user