SHOW FULL COLUMNS FROM `tb_handbook_ebook` [ RunTime:0.006463s ]
SELECT COUNT(*) AS think_count FROM `tb_handbook_ebook` `h` WHERE `show_hb` = 1 AND `converted` = 1 AND `type_hb` = 11 AND `report_type_hb` IN (1,3,4) AND `foreign_display` = 1 [ RunTime:0.008382s ]
SELECT `h`.`id`,`cover_hb`,`name_hb`,`h`.`pages`,`h`.`download_count`,`h`.`create_hb`,`report_type_hb`,`type_hb`,`intro` FROM `tb_handbook_ebook` `h` WHERE `show_hb` = 1 AND `converted` = 1 AND `type_hb` = 11 AND `report_type_hb` IN (1,3,4) AND `foreign_display` = 1 ORDER BY `order_hb` DESC,`download_count` DESC,`id` DESC LIMIT 0,10 [ RunTime:0.009688s ]
SELECT `report_type_hb`,count(id) as count FROM `tb_handbook_ebook` WHERE `type_hb` = 11 AND `foreign_display` = 1 AND `show_hb` = 1 AND `converted` = 1 AND `report_type_hb` IN (1,3,4) GROUP BY `report_type_hb` ORDER BY field(report_type_hb,3,1,4) [ RunTime:0.008411s ]