SHOW FULL COLUMNS FROM `hj_configs` [ RunTime:0.001357s ]
SELECT * FROM `hj_configs` WHERE `type` = 'site' [ RunTime:0.000623s ]
SHOW FULL COLUMNS FROM `hj_nav` [ RunTime:0.003588s ]
SELECT title as title_show,`id`,`pid`,`url` FROM `hj_nav` WHERE `status` = 1 AND FIND_IN_SET('1', `position`) ORDER BY `sorts` ASC [ RunTime:0.003985s ]
SELECT title as title_show,`id`,`pid`,`url` FROM `hj_nav` WHERE `status` = 1 AND `id` IN (163,140) ORDER BY `sorts` ASC [ RunTime:0.001161s ]
SELECT title as title_show,`id`,`pid`,`url` FROM `hj_nav` WHERE `status` = 1 AND `id` IN (32,133,131,164,134) ORDER BY `sorts` ASC [ RunTime:0.001060s ]
SHOW FULL COLUMNS FROM `hj_location` [ RunTime:0.001800s ]
SELECT `id`,`pid`,`level`,name as show_name FROM `hj_location` WHERE `level` = 2 ORDER BY `id` ASC [ RunTime:0.002079s ]
SHOW FULL COLUMNS FROM `hj_person_domain` [ RunTime:0.002589s ]
SELECT title as title_show,`id` FROM `hj_person_domain` WHERE `delete_time` = 0 AND `status` = 1 ORDER BY `sorts`,`id` DESC [ RunTime:0.002022s ]
SHOW FULL COLUMNS FROM `hj_person_grade` [ RunTime:0.001360s ]
SELECT title as title_show,`id` FROM `hj_person_grade` WHERE `delete_time` = 0 AND `status` = 1 ORDER BY `sorts`,`id` DESC [ RunTime:0.000704s ]
SHOW FULL COLUMNS FROM `hj_person` [ RunTime:0.001736s ]
SELECT title as title_show,`id` FROM `hj_person` WHERE `delete_time` = 0 AND `status` = 1 ORDER BY `sorts`,`id` DESC [ RunTime:0.001057s ]
SHOW FULL COLUMNS FROM `hj_person_professional` [ RunTime:0.001400s ]
SELECT title as title_show,`id` FROM `hj_person_professional` WHERE `delete_time` = 0 AND `status` = 1 ORDER BY `sorts`,`id` DESC [ RunTime:0.000667s ]
SELECT * FROM `hj_nav` WHERE `status` = 1 AND `type` = 12 LIMIT 1 [ RunTime:0.001338s ]
SELECT title as title_show,introduce as introduce_show,content as content_show,extension_title as extension_title_show,extension_keyword as extension_keyword_show,extension_desc as extension_desc_show,`id`,`img`,`pid`,`structural` FROM `hj_nav` WHERE `status` = 1 AND `type` = 12 LIMIT 1 [ RunTime:0.000824s ]
SELECT a.title as title_show,a.honor as honor_show,b.title as domain_show,a.introduce as introduce_show,`a`.`id`,`a`.`cover`,`a`.`domain_id` FROM `hj_person` `a` INNER JOIN `hj_person_domain` `b` ON `a`.`domain_id`=`b`.`id` WHERE `a`.`status` = '1' AND `a`.`delete_time` = '0' ORDER BY `a`.`sorts` ASC,`a`.`id` DESC LIMIT 10 [ RunTime:0.003786s ]