执行SQL发生错误!错误:Table '.\sunjie\ay_content' is marked as crashed and should be repaired,语句:SELECT a.*,b.name as sortname,b.filename as sortfilename,c.name as subsortname,c.filename as subfilename,d.type,d.name as modelname,d.urlname,e.*,f.gcode 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_member_group f ON a.gid=f.id LEFT JOIN ay_content_ext e ON a.id=e.contentid WHERE(a.scode in ('2') OR a.subscode='2') AND(a.status=1 AND d.type=2 AND a.date<'2025-09-15 15:06:12') AND(a.isrecommend=1) ORDER BY a.istop DESC,a.isrecommend DESC,a.isheadline DESC,a.sorting ASC,a.date DESC,a.id DESC LIMIT 0,15
程序版本:3.0.4, 操作系统:WINNT, WEB应用:Microsoft-IIS/10.0