SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001096s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.036233s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.001380s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.138' ) [ RunTime:0.035327s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001598s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.039841s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001313s ]
SELECT * FROM `stock_search` WHERE `partno` = 'VHR-7N' LIMIT 1 [ RunTime:0.103929s ]
UPDATE `stock_search` SET `count` = 6073 , `updatetime` = '2026-03-09 19:10:24' WHERE `partno` = 'VHR-7N' [ RunTime:0.032143s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 0 LIMIT 1 [ RunTime:0.029374s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 0 [ RunTime:0.024147s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,800,1068,1296,1456,1822,1929,2017,2101,2342,2393,2475,2518,2568) [ RunTime:0.023062s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.012111s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE 'VHR-7N%' AND `status` <> 2 ) AND `u`.`lockUser` = '0' [ RunTime:0.095339s ]
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 'VHR-7N%' AND `status` <> 2 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.101877s ]
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 ('4385','12619121','11489308','11489274') ORDER BY FIELD(s.id, 4385,12619121,11489308,11489274) [ RunTime:0.150889s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001224s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 4385 LIMIT 4 [ RunTime:0.103733s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.017858s ]
SELECT * FROM `stock_price` WHERE `stockid` = 4385 ORDER BY `minOrder` ASC [ RunTime:0.116037s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.003629s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 4385 ORDER BY `unit` DESC [ RunTime:0.054133s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.001509s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 4385 LIMIT 2 [ RunTime:0.127443s ]
SELECT * FROM `stock_price` WHERE `stockid` = 4385 ORDER BY `minOrder` ASC [ RunTime:0.053839s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.002559s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'VHR-7N' OR `brand` LIKE 'JST (JAPAN SOLDERLESS TERMINALS)%' ) ) LIMIT 1 [ RunTime:0.075901s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 12619121 LIMIT 4 [ RunTime:0.185472s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12619121 ORDER BY `minOrder` ASC [ RunTime:0.145002s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 12619121 ORDER BY `unit` DESC [ RunTime:0.000679s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 12619121 LIMIT 2 [ RunTime:0.099936s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12619121 ORDER BY `minOrder` ASC [ RunTime:0.030825s ]
select * from pdf where partno='VHR-7N' and brandshort='JST Sales America Inc.' limit 1 [ RunTime:0.098312s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 11489308 LIMIT 4 [ RunTime:0.076857s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11489308 ORDER BY `minOrder` ASC [ RunTime:0.142872s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 11489308 ORDER BY `unit` DESC [ RunTime:0.076035s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 11489308 LIMIT 2 [ RunTime:0.038565s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11489308 ORDER BY `minOrder` ASC [ RunTime:0.006483s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 11489274 LIMIT 4 [ RunTime:0.061821s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11489274 ORDER BY `minOrder` ASC [ RunTime:0.119889s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 11489274 ORDER BY `unit` DESC [ RunTime:0.177743s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 11489274 LIMIT 2 [ RunTime:0.133700s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11489274 ORDER BY `minOrder` ASC [ RunTime:0.004274s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE 'VHR-7N%' AND `status` <> 2 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.094179s ]