SELECT a.tid,a.subject,a.fid,a.lastpost FROM ".DB::table('forum_thread')." as a inner join ".DB::table('forum_forum')." as b on a.fid=b.fid where a.displayorder=0 AND not a.fid in(151,50,49,179,124,222,102,252,220) AND a.`moderated`=1 AND a.replies >0 ORDER BY a.replies DESC LIMIT 0,10
我是非常无语了,因为要排除几个版块