ListController.php#32uatca_db750μsselect `contents`.*, `banner_top5_content`.`banner_id` as `pivot_banner_id`, `banner_top5_content`.`content_id` as `pivot_content_id`, `banner_top5_content`.`order` as `pivot_order` from `contents` innerjoin `banner_top5_content` on `contents`.`id` = `banner_top5_content`.`content_id` where `banner_top5_content`.`banner_id` in (5) orderby `pivot_order` asc
ListController.php#74uatca_db740μsselectcount(*) as aggregate from `contents` where (`category_id` ='2'and `article_type` ='article'and `is_publish` =1)
ListController.php#76uatca_db570μsselectcount(*) as aggregate from `contents` where (`category_id` ='2'and `article_type` ='podcast'and `is_publish` =1)