File:aboutUs.xmls
Method:query.getRow(columns,*where,*order)
未指定的错误
越界或超过范围
aboutUs.xmls
$out main(){
$shell.running();
$shell.layout(pages/aboutUs.htm);
@query=$query(content,news);
@dbcatalog=$query(catalog,news);
@Topping=@dbcatalog.getRow(*,['CatalogId=47']);;
@CompanyProfile=@query.getRow(['Title,Pic,Body'],['ContentId=9 and Status>0 and AreaId=1']);
@CompanyData=@query.getRow(['Body'],['ContentId=10 and Status>0 and AreaId=1']);
@CompanyHistory=@query.getRow(['Title,Pic,Body'],['ContentId=11 and Status>0 and AreaId=1']);
@CompanyStructure=@query.getRow(['Title,Pic'],['ContentId=12 and Status>0 and AreaId=1']);
@dbextend=$query(extend,news);
@RotationList=@dbextend.getList(['Pic,Subtitle...