餐饮设备
采用国际流行款式,机身采用优质不锈钢制造,豪华美观。产品采用德国进口电器元件,节能、安全。加热区域喷淋未粘涂层,清洗方便。具有恒温功能,控制方便。
-
1030 - Got error 28 from storage engine
select distinct p.products_model,p.max_order_num,p.min_order_num,p.products_brand_name, pd.products_name,p.products_quantity, p.products_image,p.is_shipping_free, p.products_weight, pd.products_description,pd.products_feature, pd.products_simpledescription, p.products_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price,p.products_price,products_msrp from products_description pd, products p left join specials s on p.products_id = s.products_id ,categories_description cd,categories c,products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and cd.categories_id = c.categories_id and cd.categories_id = p2c.categories_id and pd.language_id = '1' and (p2c.categories_id=2 or p2c.categories_id = '9' or p2c.categories_id = '10' or p2c.categories_id = '11' or p2c.categories_id = '12' or p2c.categories_id = '13' or p2c.categories_id = '14' or p2c.categories_id = '15' or p2c.categories_id = '16' or p2c.categories_id = '17' or p2c.categories_id = '18' or p2c.categories_id = '19' or p2c.categories_id = '20' or p2c.categories_id = '21' or p2c.categories_id = '22' or p2c.categories_id = '84' or p2c.categories_id = '23' or p2c.categories_id = '24' or p2c.categories_id = '25' or p2c.categories_id = '26' )order by c.sort_order,p.products_sort_order ,p.products_id desc limit 60, 12
[TEP STOP]


