SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.002003s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.000533s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002019s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.186' ) [ RunTime:0.000326s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.002031s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.001918s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 48 LIMIT 1 [ RunTime:0.002060s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 48 [ RunTime:0.000265s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` IN (540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602) [ RunTime:0.000545s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.002495s ]
SELECT `s`.`id` FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE `u`.`lockUser` = '0' AND ( (s.isDisplay IS NULL OR s.isDisplay = 1) ) AND ( `partno` LIKE 'WS 81 EU%' AND `status` <> 2 AND `categoryid` IN (540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602) ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.002471s ]
SELECT `s`.`id`,`s`.`userid`,`s`.`status`,`havePdf`,`categoryid`,`categories`,`minOrderPrice`,`minOrderQuantity`,`deliveryNum`,`sellNum`,`stockNum`,`code`,`partno`,`brand`,`package`,`imgurl`,`note`,`description`,`expiretime`,`pdfurl`,`t`.`name` FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE `u`.`lockUser` = '0' AND ( (s.isDisplay IS NULL OR s.isDisplay = 1) ) AND `s`.`id` = '8514' ORDER BY FIELD(s.id, 8514) [ RunTime:0.005127s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.004111s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 8514 LIMIT 4 [ RunTime:0.000268s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.001653s ]
SELECT * FROM `stock_price` WHERE `stockid` = 8514 ORDER BY `minOrder` ASC [ RunTime:0.002142s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.001699s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 8514 ORDER BY `unit` DESC [ RunTime:0.000249s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.001601s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 8514 LIMIT 2 [ RunTime:0.002818s ]
SELECT * FROM `stock_price` WHERE `stockid` = 8514 ORDER BY `minOrder` ASC [ RunTime:0.001265s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.001829s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'WS 81 EU' OR `brand` LIKE 'WELLER%' ) ) LIMIT 1 [ RunTime:0.000285s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE 'WS 81 EU%' AND `status` <> 2 AND `categoryid` IN (540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602) ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.002042s ]