list yiwu to sabah or srawak orders

This commit is contained in:
omair saleh
2021-12-03 13:55:28 +08:00
parent aeb0dfb025
commit 5afd37652c
+1 -1
View File
@@ -137,7 +137,7 @@ Route::get('/yiwu', function () {
return $query->where('role_id', \App\Classes\ValueObjects\Constants\OrderRoleTypes::ORIGIN_WAREHOUSE)->where('company_module_id', 4);
})->whereHas('OrderRoles', function($query){
return $query->where('role_id', \App\Classes\ValueObjects\Constants\OrderRoleTypes::DESTINATION_WAREHOUSE)->where(function ($query){
$query->where('company_module_id', 6)->orWhere('company_module_id', 6);
$query->where('company_module_id', 6)->orWhere('company_module_id', 7);
});
})->get();