• 최근 본 상품
  • 없음

select a.* from shop_goods a left join shop_goods_type b on (a.index_no=b.gs_id) where b.mb_id = 'admin' and a.shop_state = '0' and a.isopen IN ('1','2') and find_in_set('admin', a.use_hide) = '0' and b.it_type5 = '1' order by a.account asc, a.index_no desc

1054 : Unknown column 'a.account' in 'order clause'

error file : /shop/listtype.php