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(111) or g.goods_id IN ('244','251') ) and g.price>=1000 and g.price<=9999 and g.goods_id in(SELECT DISTINCT(goods_id) FROM (select goods_id, GROUP_CONCAT( attr_ids) attr_ids, GROUP_CONCAT( `values`) `values` from `yec_goods_spec` b where 1 and attr_ids in(109) group by goods_id) b WHERE 1 and (find_in_set('109', b.`attr_ids`) and find_in_set('SS-284A频率带宽9Hz~30MHz', b.`values`)) ) and g.status=1 and uptime<=1731007827 order by addtime desc limit 0,20