SHOW FULL COLUMNS FROM `xy_api_log` [ RunTime:0.001261s ]
SELECT COUNT(*) AS think_count FROM `xy_api_log` WHERE `ip` = '3.149.234.94' AND `create_time` BETWEEN 1738172273 AND 1738172277 LIMIT 1 [ RunTime:0.001566s ]
SHOW FULL COLUMNS FROM `xy_article_cate` [ RunTime:0.000958s ]
SELECT * FROM `xy_article_cate` WHERE `alias` = 'government_institutions' LIMIT 1 [ RunTime:0.000577s ]
SHOW FULL COLUMNS FROM `xy_article` [ RunTime:0.000944s ]
SELECT COUNT(*) AS think_count FROM `xy_article` `article` WHERE ( `article`.`cid` = '12' AND `article`.`status` = '1' AND ( (`article`.`start_time` IS NULL AND `article`.`end_time` IS NULL) OR (`article`.`start_time` < 1738172276 AND `article`.`end_time` IS NULL) OR (`article`.`start_time` IS NULL AND `article`.`end_time` > 1738172276) OR (`article`.`start_time` < 1738172276 AND `article`.`end_time` > 1738172276) ) ) AND `article`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.019329s ]
SELECT `article`.`id`,`article`.`title`,`article`.`view`,`article`.`thumb`,`article`.`start_time`,`article`.`create_time`,`article`.`desc`,`article`.`status_alias` FROM `xy_article` `article` WHERE ( `article`.`cid` = '12' AND `article`.`status` = '1' AND ( (`article`.`start_time` IS NULL AND `article`.`end_time` IS NULL) OR (`article`.`start_time` < 1738172276 AND `article`.`end_time` IS NULL) OR (`article`.`start_time` IS NULL AND `article`.`end_time` > 1738172276) OR (`article`.`start_time` < 1738172276 AND `article`.`end_time` > 1738172276) ) ) AND `article`.`delete_time` IS NULL ORDER BY `article`.`start_time` DESC,`article`.`id` DESC LIMIT 11840,10 [ RunTime:0.033202s ]