•[Type] 查询语句错误
•[1054] Unknown column 'attach.attachment' in 'field list'
•[Query] SELECT attach.aid, attach.attachment,attach.remote, t.tid, t.fid, t.subject FROM forum_attachment attach INNER JOIN forum_thread t ON t.tid=attach.tid WHERE attach.readperm=0 AND t.isgroup=0 AND t.displayorder>=0 AND attach.isimage=1 GROUP BY attach.tid ORDER BY attach.dateline DESC LIMIT 0, 50