SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001169s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.001857s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002080s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.147' ) [ RunTime:0.000370s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001428s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000326s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001570s ]
SELECT * FROM `stock_search` WHERE `partno` = 'EP3C120F780C7N' LIMIT 1 [ RunTime:0.009332s ]
UPDATE `stock_search` SET `count` = 1951 , `updatetime` = '2026-03-01 11:26:25' WHERE `partno` = 'EP3C120F780C7N' [ RunTime:0.003303s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 100 LIMIT 1 [ RunTime:0.000269s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 100 [ RunTime:0.000212s ]
SELECT `id`,`name` FROM `product_type` WHERE `typeid` = 19 [ RunTime:0.000214s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.001482s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE 'EP3C120F780C7N%' AND `status` <> 2 AND `categoryid` = 100 ) AND `u`.`lockUser` = '0' [ RunTime:0.003391s ]
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 'EP3C120F780C7N%' AND `status` <> 2 AND `categoryid` = 100 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.005136s ]
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` = '14986' ORDER BY FIELD(s.id, 14986) [ RunTime:0.003577s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.002008s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 14986 LIMIT 4 [ RunTime:0.000506s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.001729s ]
SELECT * FROM `stock_price` WHERE `stockid` = 14986 ORDER BY `minOrder` ASC [ RunTime:0.000444s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.002359s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 14986 ORDER BY `unit` DESC [ RunTime:0.000773s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.001729s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 14986 LIMIT 2 [ RunTime:0.000611s ]
SELECT * FROM `stock_price` WHERE `stockid` = 14986 ORDER BY `minOrder` ASC [ RunTime:0.000392s ]
select * from pdf where partno='EP3C120F780C7N' and brandshort='ALTERA' limit 1 [ RunTime:0.003426s ]
select foldpath,foldpath2,filename from pdf_file where id=1114110 limit 1 [ RunTime:0.004742s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.002293s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'EP3C120F780C7N' OR `brand` LIKE 'ALTERA%' ) ) LIMIT 1 [ RunTime:0.006581s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE 'EP3C120F780C7N%' AND `status` <> 2 AND `categoryid` = 100 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.007955s ]