SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 0 LIMIT 1 [ RunTime:0.000281s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 0 [ RunTime:0.001102s ]
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.000387s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.001436s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE '89116-0101%' AND `status` <> 2 ) AND `u`.`lockUser` = '0' [ RunTime:0.002670s ]
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 '89116-0101%' AND `status` <> 2 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.000580s ]
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 ('8636','3207101','16430','15410') ORDER BY FIELD(s.id, 8636,3207101,16430,15410) [ RunTime:0.003203s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001529s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 8636 LIMIT 4 [ RunTime:0.002177s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.000900s ]
SELECT * FROM `stock_price` WHERE `stockid` = 8636 ORDER BY `minOrder` ASC [ RunTime:0.002725s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.001065s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 8636 ORDER BY `unit` DESC [ RunTime:0.011839s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.002462s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 8636 LIMIT 2 [ RunTime:0.000609s ]
SELECT * FROM `stock_price` WHERE `stockid` = 8636 ORDER BY `minOrder` ASC [ RunTime:0.000316s ]
select * from pdf where partno='89116-0101' and brandshort='3M' limit 1 [ RunTime:0.013335s ]
select foldpath,foldpath2,filename from pdf_file where id=1497044 limit 1 [ RunTime:0.010026s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.002428s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '89116-0101' OR `brand` LIKE '3M%' ) ) LIMIT 1 [ RunTime:0.008882s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 3207101 LIMIT 4 [ RunTime:0.007292s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3207101 ORDER BY `minOrder` ASC [ RunTime:0.005119s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 3207101 ORDER BY `unit` DESC [ RunTime:0.002756s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 3207101 LIMIT 2 [ RunTime:0.006301s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3207101 ORDER BY `minOrder` ASC [ RunTime:0.002267s ]
select * from pdf where partno='89116-0101HA' and brandshort='3M' limit 1 [ RunTime:0.000896s ]
select foldpath,foldpath2,filename from pdf_file where id=607149 limit 1 [ RunTime:0.002784s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 16430 LIMIT 4 [ RunTime:0.002184s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16430 ORDER BY `minOrder` ASC [ RunTime:0.003464s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 16430 ORDER BY `unit` DESC [ RunTime:0.004941s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 16430 LIMIT 2 [ RunTime:0.000549s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16430 ORDER BY `minOrder` ASC [ RunTime:0.000200s ]
select * from pdf where partno='89116-0101' and brandshort='3M' limit 1 [ RunTime:0.000299s ]
select foldpath,foldpath2,filename from pdf_file where id=1497044 limit 1 [ RunTime:0.000193s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '89116-0101' OR `brand` LIKE '3M%' ) ) LIMIT 1 [ RunTime:0.002150s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15410 LIMIT 4 [ RunTime:0.000309s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15410 ORDER BY `minOrder` ASC [ RunTime:0.005120s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15410 ORDER BY `unit` DESC [ RunTime:0.002964s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15410 LIMIT 2 [ RunTime:0.000309s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15410 ORDER BY `minOrder` ASC [ RunTime:0.000204s ]
select * from pdf where partno='89116-0101' and brandshort='3M' limit 1 [ RunTime:0.000265s ]
select foldpath,foldpath2,filename from pdf_file where id=1497044 limit 1 [ RunTime:0.000178s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '89116-0101' OR `brand` LIKE '3M%' ) ) LIMIT 1 [ RunTime:0.000203s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE '89116-0101%' AND `status` <> 2 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.001180s ]