产品分类
- 餐饮设备(163)
- 炸炉(32)
- 扒炉(26)
- 暖汤池(15)
2006 - MySQL server has gone away
select distinct p.products_id from products_description pd, products p left join specials s on p.products_id = s.products_id ,categories_description cd,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 = p2c.categories_id and pd.language_id = '1' and (p2c.categories_id=12 ) order by p.products_sort_order ,p.products_id desc
[TEP STOP]