SELECT * FROM `web_b2b_navigation` WHERE `status` = 1 AND `lang_id` = 22 ORDER BY `sortid` ASC,`id` ASC [ RunTime:0.000258s ]
SHOW FULL COLUMNS FROM `web_b2b_column` [ RunTime:0.000664s ]
SELECT `a`.`id`,`a`.`column_name`,`a`.`parentid`,`a`.`page_url`,b.column_name as title FROM `web_b2b_column` `a` LEFT JOIN `web_b2b_column` `b` ON `a`.`id`=b.base_id AND b.lang_id=22 WHERE `a`.`status` = '1' AND `a`.`lang_id` = '22' ORDER BY `a`.`sortid` ASC,`a`.`id` ASC [ RunTime:0.000192s ]
SHOW FULL COLUMNS FROM `web_customer_news_lang_22` [ RunTime:0.000728s ]
SELECT `a`.*,b.title cat_name FROM `web_customer_news_lang_22` `a` LEFT JOIN `web_customer_news_category` `b` ON `a`.`cat_id`=`b`.`id` WHERE `a`.`status` = '1' AND `a`.`on_b2b` = '1' AND `a`.`id` = '1636' LIMIT 1 [ RunTime:0.000584s ]
SHOW FULL COLUMNS FROM `web_system_customer` [ RunTime:0.000882s ]
SELECT * FROM `web_system_customer` WHERE `is_online` = 1 AND `id` = 16 LIMIT 1 [ RunTime:0.000303s ]
SELECT `a`.`id`,`a`.`title`,`a`.`cat_id`,`a`.`link_url` FROM `web_customer_news_lang_22` `a` LEFT JOIN `web_system_customer` `b` ON `a`.`customer_id`=`b`.`id` WHERE `a`.`status` = '1' AND `a`.`on_b2b` = '1' AND `b`.`is_online` = '1' AND `a`.`id` > '1636' ORDER BY `a`.`id` DESC LIMIT 1 [ RunTime:0.001734s ]
SELECT `a`.`id`,`a`.`title`,`a`.`cat_id`,`a`.`link_url` FROM `web_customer_news_lang_22` `a` LEFT JOIN `web_system_customer` `b` ON `a`.`customer_id`=`b`.`id` WHERE `a`.`status` = '1' AND `a`.`on_b2b` = '1' AND `b`.`is_online` = '1' AND `a`.`id` < '1636' ORDER BY `a`.`id` DESC LIMIT 1 [ RunTime:0.000714s ]
SELECT `a`.`id`,`a`.`title`,`a`.`abstract`,`a`.`pic`,`a`.`create_time`,`a`.`link_url`,b.title cat_name,`c`.`username`,`d`.`company_name` FROM `web_customer_news_lang_22` `a` LEFT JOIN `web_customer_news_category` `b` ON `a`.`cat_id`=`b`.`id` LEFT JOIN `web_system_customer` `c` ON `a`.`customer_id`=`c`.`id` LEFT JOIN `web_customer_website_setting` `d` ON `a`.`customer_id`=d.customer_id AND d.lang_id=22 WHERE `a`.`status` = '1' AND `a`.`on_b2b` = '1' AND `c`.`is_online` = '1' ORDER BY `a`.`hits` DESC,`a`.`create_time` DESC,`a`.`id` DESC LIMIT 6 [ RunTime:0.000315s ]