[ SQL ] SHOW COLUMNS FROM `qrx_portal_case` [ RunTime:0.001594s ]
[ SQL ] SELECT `a`.`id`,`a`.`published_time`,`a`.`post_title`,`a`.`thumbnail`,`d`.`category_id` FROM `qrx_portal_case` `a` INNER JOIN `qrx_portal_category_case` `d` ON `a`.`id`=`d`.`post_id` WHERE `a`.`post_status` = 1 AND `a`.`delete_time` = 0 AND `a`.`id` IN (2,3,4,5,6,7,8,9,10,11) ORDER BY `d`.`list_order` ASC LIMIT 6,6 [ RunTime:0.001376s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `qrx_portal_case` `a` INNER JOIN `qrx_portal_category_case` `d` ON `a`.`id`=`d`.`post_id` WHERE `a`.`post_status` = 1 AND `a`.`delete_time` = 0 AND `a`.`id` IN (2,3,4,5,6,7,8,9,10,11) LIMIT 1 [ RunTime:0.001414s ]