update hospital
This commit is contained in:
@@ -104,19 +104,20 @@ class MemberController extends Controller
|
|||||||
// $res_data['type'] = $request->type;
|
// $res_data['type'] = $request->type;
|
||||||
|
|
||||||
// Provider
|
// Provider
|
||||||
// $providers = DB::table('organizations')
|
$providers = DB::table('organizations')
|
||||||
// ->where('organizations.type', '=', 'hospital')
|
->where('organizations.type', '=', 'hospital')
|
||||||
// ->where('organizations.corporate_id_partner', '!=', 8)
|
->where('organizations.corporate_id_partner', '!=', 8)
|
||||||
// ->orWhere('organizations.corporate_id_partner', NULL)
|
->orWhere('organizations.corporate_id_partner', NULL)
|
||||||
// ->where('status', '=', 'active')
|
->where('status', '=', 'active')
|
||||||
// ->orderBy('organizations.name','asc')
|
->where('type', '=', 'hospital')
|
||||||
// ->select(
|
->orderBy('organizations.name','asc')
|
||||||
// 'organizations.id',
|
->select(
|
||||||
// 'organizations.name'
|
'organizations.id',
|
||||||
// )
|
'organizations.name'
|
||||||
// ->get();
|
)
|
||||||
|
->get();
|
||||||
|
|
||||||
// $res_data['providers'] = $providers;
|
$res_data['providers'] = $providers;
|
||||||
|
|
||||||
//company
|
//company
|
||||||
// $companies = DB::table('corporates')
|
// $companies = DB::table('corporates')
|
||||||
|
|||||||
Reference in New Issue
Block a user