[ DB ] CONNECT:[ UseTime:0.001515s ] mysql:host=mysql;port=3306;dbname=www.iximei.cn;charset=utf8mb4
[ SQL ] SHOW COLUMNS FROM `mr_hospital` [ RunTime:0.003183s ]
[ SQL ] SELECT `h`.*,p.area_name as province_name,c.area_name as city_name,d.area_name as district_name FROM `mr_hospital` `h` LEFT JOIN `mr_region` `p` ON `h`.`province`=`p`.`area_id` LEFT JOIN `mr_region` `c` ON `h`.`city`=`c`.`area_id` LEFT JOIN `mr_region` `d` ON `h`.`district`=`d`.`area_id` WHERE ( `h`.`id` = '3492' ) LIMIT 1 [ RunTime:0.001587s ]
[ SQL ] SHOW COLUMNS FROM `mr_project_category` [ RunTime:0.002476s ]
[ SQL ] SELECT `id`,`name`,`icon`,`parent_id` FROM `mr_project_category` WHERE `status` = 1 AND `parent_id` = 0 ORDER BY `list_order` LIMIT 12 [ RunTime:0.001597s ]
[ SQL ] SELECT `h`.`name`,`h`.`id` FROM `mr_hospital` `h` LEFT JOIN `mr_region` `p` ON `h`.`province`=`p`.`area_id` LEFT JOIN `mr_region` `c` ON `h`.`city`=`c`.`area_id` LEFT JOIN `mr_region` `d` ON `h`.`district`=`c`.`area_id` INNER JOIN ( SELECT `id` FROM `mr_hospital` WHERE ( `district` = 350101 ) ORDER BY `list_order`,`update_time` DESC ) `w_order` ON `w_order`.`id`=`h`.`id` LIMIT 5 [ RunTime:0.025875s ]
[ SQL ] SHOW COLUMNS FROM `mr_portal_post` [ RunTime:0.002336s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `mr_portal_post` `post` INNER JOIN `mr_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND ( `post`.`create_time` >= '0' AND `post`.`hospital_id` = '3492' ) AND ( `category_post`.`category_id` = '7' ) AND ( `post`.`published_time` > '0' and `post`.`published_time` < '1695859009' ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 5 [ RunTime:0.006258s ]
本地医院推荐