SHOW FULL COLUMNS FROM `xycms_api_log` [ RunTime:0.000646s ]
SELECT COUNT(*) AS think_count FROM `xycms_api_log` WHERE `ip` = '18.207.160.209' AND `create_time` BETWEEN 1730509676 AND 1730509680 LIMIT 1 [ RunTime:0.000405s ]
SHOW FULL COLUMNS FROM `xycms_article_cate` [ RunTime:0.000660s ]
SELECT * FROM `xycms_article_cate` WHERE `alias` = 'government_institutions' LIMIT 1 [ RunTime:0.000343s ]
SHOW FULL COLUMNS FROM `xycms_article` [ RunTime:0.000629s ]
SELECT COUNT(*) AS think_count FROM `xycms_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` < 1730509679 AND `article`.`end_time` IS NULL) OR (`article`.`start_time` IS NULL AND `article`.`end_time` > 1730509679) OR (`article`.`start_time` < 1730509679 AND `article`.`end_time` > 1730509679) ) ) AND `article`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.001404s ]
SELECT `article`.`id`,`article`.`title`,`article`.`view`,`article`.`thumb`,`article`.`start_time`,`article`.`create_time`,`article`.`desc`,`article`.`status_alias` FROM `xycms_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` < 1730509679 AND `article`.`end_time` IS NULL) OR (`article`.`start_time` IS NULL AND `article`.`end_time` > 1730509679) OR (`article`.`start_time` < 1730509679 AND `article`.`end_time` > 1730509679) ) ) AND `article`.`delete_time` IS NULL ORDER BY `article`.`start_time` DESC,`article`.`id` DESC LIMIT 0,10 [ RunTime:0.000838s ]