SHOW FULL COLUMNS FROM `dc_company_info` [ RunTime:0.005163s ]
SELECT * FROM `dc_company_info` WHERE `status` = 1 ORDER BY `sort` ASC LIMIT 1 [ RunTime:0.001177s ]
SHOW FULL COLUMNS FROM `dc_news` [ RunTime:0.004052s ]
SELECT * FROM `dc_news` WHERE `status` = 1 AND `category` = '公司新闻' AND `publish_time` BETWEEN 1735660800 AND 1767196799 ORDER BY `is_top` DESC,`publish_time` DESC [ RunTime:0.001002s ]
SELECT FROM_UNIXTIME(publish_time, "%Y") as year FROM `dc_news` WHERE `status` = 1 GROUP BY `year` ORDER BY `year` DESC [ RunTime:0.002034s ]
SELECT COUNT(*) AS think_count FROM `dc_news` WHERE `status` = 1 AND `category` = '公司新闻' [ RunTime:0.000713s ]
SELECT COUNT(*) AS think_count FROM `dc_news` WHERE `status` = 1 AND `category` = '行业新闻' [ RunTime:0.000360s ]