SHOW FULL COLUMNS FROM `hrd_forum_section` [ RunTime:0.001092s ]
SELECT * FROM `hrd_forum_section` WHERE `subid` = 'evaluation-report' LIMIT 1 [ RunTime:0.000661s ]
SHOW FULL COLUMNS FROM `hrd_forum_category` [ RunTime:0.001058s ]
SELECT * FROM `hrd_forum_category` WHERE `subid` = 'home-appliances' LIMIT 1 [ RunTime:0.000591s ]
SHOW FULL COLUMNS FROM `hrd_forum_section_category_bind` [ RunTime:0.000935s ]
SELECT `cate_id`,`is_default` FROM `hrd_forum_section_category_bind` WHERE `section_id` = 2 [ RunTime:0.000636s ]
SELECT `id`,`subid`,`name` FROM `hrd_forum_category` WHERE `id` IN (1,5,8,9,2,10) AND `status` = 1 [ RunTime:0.000695s ]
SHOW FULL COLUMNS FROM `hrd_forum_category_field_bind` [ RunTime:0.001045s ]
SELECT * FROM `hrd_forum_category_field_bind` WHERE `cate_id` = 5 AND `is_filter` = 1 ORDER BY `sort` ASC [ RunTime:0.000808s ]
SHOW FULL COLUMNS FROM `hrd_forum_field` [ RunTime:0.001035s ]
SELECT * FROM `hrd_forum_field` WHERE `id` = 5 AND `status` = 1 [ RunTime:0.000490s ]
SHOW FULL COLUMNS FROM `hrd_forum_post_attr` [ RunTime:0.001140s ]
SELECT `pa`.* FROM `hrd_forum_post_attr` `pa` INNER JOIN `hrd_forum_post` `p` ON `pa`.`post_id`=`p`.`id` WHERE `p`.`section_id` = '2' AND `p`.`cate_id` = '5' AND `p`.`status` = '1' AND `p`.`audit_status` = '2' AND `pa`.`field_id` = '5' GROUP BY `pa`.`value` [ RunTime:0.000969s ]
SHOW FULL COLUMNS FROM `hrd_forum_post` [ RunTime:0.001031s ]
SELECT COUNT(*) AS think_count FROM `hrd_forum_post` WHERE `hrd_forum_post`.`status` = '1' AND `hrd_forum_post`.`audit_status` = '2' AND `hrd_forum_post`.`section_id` = '2' AND `hrd_forum_post`.`cate_id` = '5' ORDER BY `hrd_forum_post`.`id` DESC LIMIT 1 [ RunTime:0.000748s ]
SELECT `hrd_forum_post`.* FROM `hrd_forum_post` WHERE `hrd_forum_post`.`status` = '1' AND `hrd_forum_post`.`audit_status` = '2' AND `hrd_forum_post`.`section_id` = '2' AND `hrd_forum_post`.`cate_id` = '5' ORDER BY `hrd_forum_post`.`id` DESC LIMIT 0,20 [ RunTime:0.000914s ]
SHOW FULL COLUMNS FROM `hrd_forum_post_attachment` [ RunTime:0.001143s ]
SELECT * FROM `hrd_forum_post_attachment` WHERE `file_type` = 'image' AND `post_id` = 23 ORDER BY `purpose` ASC [ RunTime:0.001053s ]