SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001182s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.000598s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002808s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.187' ) [ RunTime:0.000368s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.002198s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000345s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 26 LIMIT 1 [ RunTime:0.000478s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 26 [ RunTime:0.000266s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` IN (160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186) [ RunTime:0.000324s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.002365s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `partno` LIKE '779006-01%' AND `status` <> 2 AND `categoryid` IN (160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186) ) [ RunTime:0.001231s ]
SELECT `s`.`id`,`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 ( `partno` LIKE '779006-01%' AND `status` <> 2 AND `categoryid` IN (160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186) ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.008222s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.002251s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15182 LIMIT 4 [ RunTime:0.000907s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.001666s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15182 ORDER BY `minOrder` ASC [ RunTime:0.000744s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.002759s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15182 ORDER BY `unit` DESC [ RunTime:0.000356s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.000839s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15182 LIMIT 2 [ RunTime:0.002701s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15182 ORDER BY `minOrder` ASC [ RunTime:0.002960s ]
select * from pdf where partno='779006-01' and brandshort='NI' limit 1 [ RunTime:0.003100s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.001353s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '779006-01' OR `brand` LIKE 'NI%' ) ) LIMIT 1 [ RunTime:0.001561s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15077 LIMIT 4 [ RunTime:0.000263s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15077 ORDER BY `minOrder` ASC [ RunTime:0.000258s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15077 ORDER BY `unit` DESC [ RunTime:0.003060s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15077 LIMIT 2 [ RunTime:0.006014s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15077 ORDER BY `minOrder` ASC [ RunTime:0.000251s ]
select * from pdf where partno='779006-01' and brandshort='NI' limit 1 [ RunTime:0.000381s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '779006-01' OR `brand` LIKE 'NI%' ) ) LIMIT 1 [ RunTime:0.000247s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 12467 LIMIT 4 [ RunTime:0.000303s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12467 ORDER BY `minOrder` ASC [ RunTime:0.000322s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 12467 ORDER BY `unit` DESC [ RunTime:0.000327s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 12467 LIMIT 2 [ RunTime:0.002233s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12467 ORDER BY `minOrder` ASC [ RunTime:0.001041s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '779006-01' OR `brand` LIKE 'NI%' ) ) LIMIT 1 [ RunTime:0.000237s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE '779006-01%' AND `status` <> 2 AND `categoryid` IN (160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186) ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.004669s ]