File:cn/about.xmls
Method:query.getList(columns,where,order,size,*count,*page)
未指定的错误
越界或超过范围
cn/about.xmls
$out main(){
$shell.running();
$shell.layout(pages/about.htm);
@query=$query(content,news);
//公司简介
@
jjNew=@query.getList(['top 1 ContentId,Title,Body,Pic'],['CatalogId=55 and Status>0'],['ContentId desc']);
//创始人
@fzNew=@query.getList(['top 1 Pic,Title,Body'],['CatalogId=56 and Status>0'],['ContentId desc']);
//荣誉奖项
@smNew=@query.getList(['ContentId,Title,Pic,Subtitle'],['CatalogId=58 and Status>0'],['ContentId desc']);
}