SHOW FULL COLUMNS FROM `dc_company_info` [ RunTime:0.003209s ]
SELECT * FROM `dc_company_info` WHERE `status` = 1 ORDER BY `sort` ASC LIMIT 1 [ RunTime:0.000502s ]
SHOW FULL COLUMNS FROM `dc_news` [ RunTime:0.000487s ]
SELECT * FROM `dc_news` WHERE `status` = 1 AND `category` = '公司新闻' AND `publish_time` BETWEEN 1767196800 AND 1798732799 ORDER BY `is_top` DESC,`publish_time` DESC [ RunTime:0.000659s ]
SELECT FROM_UNIXTIME(publish_time, "%Y") as year FROM `dc_news` WHERE `status` = 1 GROUP BY `year` ORDER BY `year` DESC [ RunTime:0.000899s ]
SELECT COUNT(*) AS think_count FROM `dc_news` WHERE `status` = 1 AND `category` = '公司新闻' [ RunTime:0.000228s ]
SELECT COUNT(*) AS think_count FROM `dc_news` WHERE `status` = 1 AND `category` = '行业新闻' [ RunTime:0.000233s ]