select count(a.index_no) as cnt from shop_goods a, shop_category b where a.ca_id = b.catecode and a.shop_state = '0' and a.isopen IN('1','2') and b.cateuse = '0' and (a.use_aff = '0' or ( a.use_aff = '1' and a.mb_id = 'wonderrental1' ) ) and find_in_set('wonderrental1', a.use_hide) = '0' and find_in_set('wonderrental1', b.catehide) = '0' and ( concat(a.gname,' ',a.explan,' ',a.gcode,' ',a.keywords) like '%%' or find_in_set('', a.keywords) >= 1 )
1146 : Table 'hy.shop_goods' doesn't exist
error file : /m/shop/search.php