:(
執(zhí)行SQL發(fā)生錯(cuò)誤!錯(cuò)誤:Out of memory (Needed 150080 bytes),語句:SELECT a.*,b.name as sortname,b.filename as sortfilename,c.name as subsortname,c.filename as subfilename,d.type,e.* FROM ay_content a LEFT JOIN ay_content_sort b ON a.scode=b.scode LEFT JOIN ay_content_sort c ON a.subscode=c.scode LEFT JOIN ay_model d ON b.mcode=d.mcode LEFT JOIN ay_content_ext e ON a.id=e.contentid WHERE(a.scode in ('5','59','68','69','58','57','65','64','63','62','61','60','66','67','56','52','54','55','53','51','48','50','49','43','44','45','46','47') OR a.subscode='5') AND(a.acode='cn' AND a.status=1 AND d.type=2) ORDER BY id ASC,sorting ASC,id DESC LIMIT 99