SELECT * FROM `web_b2b_navigation` WHERE `status` = 1 AND `lang_id` = 51 ORDER BY `sortid` ASC,`id` ASC [ RunTime:0.000431s ]
SHOW FULL COLUMNS FROM `web_b2b_column` [ RunTime:0.000434s ]
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=51 WHERE `a`.`status` = '1' AND `a`.`lang_id` = '51' ORDER BY `a`.`sortid` ASC,`a`.`id` ASC [ RunTime:0.001115s ]
SHOW FULL COLUMNS FROM `web_customer_products_lang_51` [ RunTime:0.000561s ]
SELECT `a`.`id`,`a`.`base_id`,`a`.`title`,`a`.`cat_id`,`a`.`customer_id`,a.pic_album pic_list,`a`.`content`,`a`.`abstract`,`a`.`seo_keywords`,`a`.`seo_title`,`a`.`seo_description`,b.title cat_name FROM `web_customer_products_lang_51` `a` LEFT JOIN `web_customer_products_category` `b` ON `a`.`cat_id`=`b`.`id` WHERE `a`.`status` = '1' AND `a`.`on_b2b` = '1' AND `a`.`id` = '328' LIMIT 1 [ RunTime:0.000491s ]
SHOW FULL COLUMNS FROM `web_system_customer` [ RunTime:0.000853s ]
SELECT `a`.`id`,`a`.`username`,`a`.`column_id`,`b`.`company_name`,`b`.`company_address`,`b`.`phone`,`b`.`phone_number`,`b`.`fax`,`b`.`email`,`b`.`main_products`,`b`.`contacts` FROM `web_system_customer` `a` LEFT JOIN `web_customer_website_setting` `b` ON `a`.`id`=`b`.`customer_id` WHERE `a`.`is_online` = '1' AND `a`.`id` = '71' AND `b`.`lang_id` = '51' LIMIT 1 [ RunTime:0.002882s ]
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=51 WHERE `a`.`status` = '1' AND `a`.`lang_id` = '51' ORDER BY `a`.`sortid` ASC,`a`.`id` ASC [ RunTime:0.000173s ]
SHOW FULL COLUMNS FROM `web_customer_column` [ RunTime:0.000769s ]
SELECT `content` FROM `web_customer_column` WHERE `parentid` = 0 AND `customer_id` = 71 AND `type` = 1 AND `lang_id` = 51 LIMIT 1 [ RunTime:0.024863s ]
SELECT `a`.*,`b`.`username`,`c`.`company_name`,pc.title cat_name,pc.link_url cat_link FROM `web_customer_products_lang_51` `a` LEFT JOIN `web_customer_products_category` `pc` ON `a`.`customer_id`=`pc`.`id` LEFT JOIN `web_system_customer` `b` ON `a`.`customer_id`=`b`.`id` LEFT JOIN `web_customer_website_setting` `c` ON `a`.`customer_id`=c.customer_id AND c.lang_id=51 WHERE `a`.`status` = '1' AND `b`.`is_online` = '1' AND `a`.`on_b2b` = '1' ORDER BY `a`.`update_time` DESC,`a`.`id` DESC LIMIT 8 [ RunTime:0.051855s ]