SHOW FULL COLUMNS FROM `visit_log` [ RunTime:0.002370s ]
INSERT INTO `visit_log` SET `ip` = '216.73.217.46' , `useragent` = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' , `reffer` = '' , `host` = 'https://www.ic118.com/stock&keyword=206613-1' [ RunTime:0.004115s ]
SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001948s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.000518s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002771s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.217.46' ) [ RunTime:0.000392s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.003589s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000306s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001342s ]
SELECT * FROM `stock_search` WHERE `partno` = '206613-1' LIMIT 1 [ RunTime:0.000706s ]
UPDATE `stock_search` SET `count` = 16131 , `updatetime` = '2026-06-13 06:00:19' WHERE `partno` = '206613-1' [ RunTime:0.002064s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.001397s ]
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` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE '206613-1%' OR `brand` LIKE '206613-1%' ) AND `s`.`status` <> '2' ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.002355s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001723s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 11692845 LIMIT 4 [ RunTime:0.000450s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.001191s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11692845 ORDER BY `minOrder` ASC [ RunTime:0.000539s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.001289s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 11692845 ORDER BY `unit` DESC [ RunTime:0.000377s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.000990s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 11692845 LIMIT 2 [ RunTime:0.000347s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11692845 ORDER BY `minOrder` ASC [ RunTime:0.000221s ]
select * from pdf where partno='206613-1' and brandshort='TE Connectivity AMP Connectors' limit 1 [ RunTime:0.001126s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 43065482 LIMIT 4 [ RunTime:0.000685s ]
SELECT * FROM `stock_price` WHERE `stockid` = 43065482 ORDER BY `minOrder` ASC [ RunTime:0.001223s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 43065482 ORDER BY `unit` DESC [ RunTime:0.000680s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 43065482 LIMIT 2 [ RunTime:0.000509s ]
SELECT * FROM `stock_price` WHERE `stockid` = 43065482 ORDER BY `minOrder` ASC [ RunTime:0.000319s ]
select * from pdf where partno='206613-1' and brandshort='TE Connectivity AMP Connectors' limit 1 [ RunTime:0.000463s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.002328s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '206613-1' OR `brand` LIKE 'TE Connectivity AMP Connectors%' ) ) LIMIT 1 [ RunTime:0.000901s ]
SELECT `id` FROM `stock` WHERE `id` <> 43065482 AND `partno` = '206613-1' AND `lockUser` = 0 AND ( LOWER(brand) LIKE '%te connectivity amp connectors%' ) [ RunTime:0.000797s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 11692845 [ RunTime:0.000626s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 3622 LIMIT 4 [ RunTime:0.000501s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3622 ORDER BY `minOrder` ASC [ RunTime:0.000787s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 3622 ORDER BY `unit` DESC [ RunTime:0.000479s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 3622 LIMIT 2 [ RunTime:0.000437s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3622 ORDER BY `minOrder` ASC [ RunTime:0.000263s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '206613-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.000604s ]
SELECT `id` FROM `stock` WHERE `id` <> 3622 AND `partno` = '206613-1' AND `lockUser` = 0 AND ( LOWER(brand) LIKE '%amp - te connectivity%' ) [ RunTime:0.000684s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE '206613-1%' OR `brand` LIKE '206613-1%' ) AND `s`.`status` <> '2' ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.001014s ]
SELECT brand, count(*) as count FROM ( SELECT `brand` FROM `stock` `s` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE '206613-1%' OR `brand` LIKE '206613-1%' ) AND `s`.`status` <> '2' ) LIMIT 3 ) tmp GROUP BY `brand` [ RunTime:0.001374s ]
SELECT DISTINCT `categoryid` FROM `stock` `s` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE '206613-1%' OR `brand` LIKE '206613-1%' ) AND `s`.`status` <> '2' ) AND `categoryid` > 0 LIMIT 3 [ RunTime:0.001292s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 671 [ RunTime:0.000283s ]