| query | select a.*, b.goodsnm from mini_bbs as a left join mini_goods as b on a.goodsno=b.goodsno left join mini_goods_link as c on a.goodsno=c.goodsno where a.id = 'review' and view_yn = 'Y' and a.hidden = 0 and left(catno,3) < 113 group by a.no order by a.regdt desc limit 5 | | file | /home/jumbo/public_html/service/community.php (line:4) /home/jumbo/public_html/lib/template_/Template_.class.php (line:89) /home/jumbo/public_html/lib/template_/Template_.class.php (line:155) /home/jumbo/public_html/_compile/fashion/service/community.htm.php (line:135) /home/jumbo/public_html/lib/template_/tpl_plugin/function.f_getBbsData.php (line:30) |
|