SHOW FULL COLUMNS FROM `user_cart` [ RunTime:0.000581s ]
SELECT COUNT(*) AS cart_num,SUM(freightPrice) AS freight_price,SUM(productPrice) AS product_price,SUM(stencilCost) AS stencil_cost,SUM(assemblyServiceCost) AS assembly_service_cost,SUM(orderDiscount) AS order_discount FROM `user_cart` WHERE `userId` = 0 AND `visitIP` = '216.73.216.78' LIMIT 1 [ RunTime:0.000187s ]
select id,typeid,category_en as category from category where floor=2 order by id [ RunTime:0.000081s ]
select id,category_en as category from category where floor=1 order by id limit 15 [ RunTime:0.000058s ]
SELECT COUNT(*) AS think_count FROM `user_cart` WHERE `userId` = 0 AND `visitIP` = '216.73.216.78' [ RunTime:0.000152s ]