SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001223s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.004299s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002791s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.170' ) [ RunTime:0.000425s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001172s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000260s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001146s ]
SELECT * FROM `stock_search` WHERE `partno` = '206044-1' LIMIT 1 [ RunTime:0.001099s ]
UPDATE `stock_search` SET `count` = 5697 , `updatetime` = '2026-03-06 01:52:57' WHERE `partno` = '206044-1' [ RunTime:0.002042s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 671 LIMIT 1 [ RunTime:0.000222s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 671 [ RunTime:0.001916s ]
SELECT `id`,`name` FROM `product_type` WHERE `typeid` = 51 [ RunTime:0.002087s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.001495s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE '206044-1%' AND `status` <> 2 AND `categoryid` = 671 ) AND `u`.`lockUser` = '0' [ RunTime:0.009811s ]
SELECT `s`.`id` FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE `u`.`lockUser` = '0' AND ( (s.isDisplay = 1) ) AND ( `partno` LIKE '206044-1%' AND `status` <> 2 AND `categoryid` = 671 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.002520s ]
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 = 1) ) AND `s`.`id` IN ('3243','15188','15083') ORDER BY FIELD(s.id, 3243,15188,15083) [ RunTime:0.000604s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001454s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 3243 LIMIT 4 [ RunTime:0.006186s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.002039s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3243 ORDER BY `minOrder` ASC [ RunTime:0.000321s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.004596s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 3243 ORDER BY `unit` DESC [ RunTime:0.009275s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.001271s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 3243 LIMIT 2 [ RunTime:0.000342s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3243 ORDER BY `minOrder` ASC [ RunTime:0.000200s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.001190s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '206044-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.005877s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15188 LIMIT 4 [ RunTime:0.003742s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15188 ORDER BY `minOrder` ASC [ RunTime:0.010892s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15188 ORDER BY `unit` DESC [ RunTime:0.011473s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15188 LIMIT 2 [ RunTime:0.001657s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15188 ORDER BY `minOrder` ASC [ RunTime:0.000214s ]
select * from pdf where partno='206044-1' and brandshort='AMP - TE CONNECTIVITY' limit 1 [ RunTime:0.001527s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '206044-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.000240s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15083 LIMIT 4 [ RunTime:0.002849s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15083 ORDER BY `minOrder` ASC [ RunTime:0.004653s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15083 ORDER BY `unit` DESC [ RunTime:0.003081s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15083 LIMIT 2 [ RunTime:0.000900s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15083 ORDER BY `minOrder` ASC [ RunTime:0.002692s ]
select * from pdf where partno='206044-1' and brandshort='AMP - TE CONNECTIVITY' limit 1 [ RunTime:0.000809s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '206044-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.000442s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE '206044-1%' AND `status` <> 2 AND `categoryid` = 671 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.003050s ]