ListingController.php#701seniorsbb_db_dev319msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =51549and `company`.`deleted_at` isnull
ListingController.php#715seniorsbb_db_dev256msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (51549) and `articles`.`deleted_at` isnullorderby RAND()