{pboot:sql sql="SELECT a.scode,b.title,b.scode,a.status1,b.isrecommend,b.ico,b.id,b.description FROM ay_content_sort as a INNER Join ay_content as b ON a.scode=b.scode and a.status1=4 and b.isrecommend=1 LIMIT 1"}
{pboot:sql sql="SELECT a.scode,b.title,b.scode,a.status1,b.isrecommend,b.ico,b.date,b.id FROM ay_content_sort as a INNER Join ay_content as b ON a.scode=b.scode and a.status1=4 and b.isrecommend=0 ORDER BY b.date desc LIMIT 5"}