ListingController.php#702seniorsbb_db_dev243msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =51171and `company`.`deleted_at` isnull
ListingController.php#716seniorsbb_db_dev222msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (51171) and `articles`.`deleted_at` isnullorderby RAND()