SELECT distinct c.`name` as cat_name, g.* FROM `yec_goods` g ,`yec_category` c , `yec_goods_spec` sp where g.cat_id = c.id and g.goods_id = sp.goods_id and (g.cat_id in(25,39,40,41,49,118) or g.goods_id IN ('161','202','206','208','220','221','222','233','234','237','255','257','313') ) and g.brand_id=88 and g.status=1 and uptime<=1734798122 order by addtime desc limit 0,20