📅  最后修改于: 2022-03-11 14:53:37.387000             🧑  作者: Mango
$customer = DB::table('customers')
->join('shops', 'customers.shop_id', '=', 'shops.shop_id')
->where('customer_contact', $contact_no)
->get();