SHOW COLUMNS FROM `pa_category` [ RunTime:0.000802s ]
SELECT * FROM `pa_category` WHERE ( name = "新闻中心" ) [ RunTime:0.000375s ]
SELECT * FROM `pa_category` WHERE ( pid = '1' ) ORDER BY cid DESC [ RunTime:0.000349s ]
SHOW COLUMNS FROM `pa_news` [ RunTime:0.000745s ]
SHOW COLUMNS FROM `` [ RunTime:0.000134s ]
SELECT COUNT(*) AS tp_count FROM `pa_news` `news`,`pa_category` `category` WHERE ( news.status=1 and news.cid = category.cid and category.name = '楼盘资讯' ) LIMIT 1 [ RunTime:0.001117s ]
SHOW COLUMNS FROM `pa_news` [ RunTime:0.000941s ]
SHOW COLUMNS FROM `` [ RunTime:0.000132s ]
SELECT `newsid`,news.title,news.pic,news.content,news.published FROM `pa_news` `news`,`pa_category` `category` WHERE ( news.status=1 and news.cid = category.cid and category.pid = 5 ) ORDER BY news.istop DESC,news.istop_time DESC,news.published DESC LIMIT 0,3 [ RunTime:0.001262s ]