ListingController.php#667seniorsbb_db_dev139msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =8520and `company`.`deleted_at` isnull
ListingController.php#681seniorsbb_db_dev187msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (8520) and `articles`.`deleted_at` isnullorderby RAND()