File:casedetail.xmls
Method:query.getList(columns,where,order,size,*count,*page)
未指定的錯(cuò)誤
越界或超過(guò)范圍
casedetail.xmls
$out main(){
$shell.running();
$shell.layout(pages/case-detail.htm);
@query=$query(catalog,news);
@prodecttype=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@videotype1=@query.getTable(['CatalogId,CatalogName'],['ParentId=88 and Status>0'],['Grade desc']);
@news=@query.getList(*,['Status>0 and ParentId=87'],['Grade desc']);
@news1=@query.getList(*,['Status>0 and ParentId=87'],['Grade desc']);
@customer1=@query.getList(*,['Status>0 and ParentId=86'],['Grade desc']);
@customer2=@query.getList(*,['Status>0 and ParentId=86'],['Grade desc']);
//遍歷獲取二級(jí)分類
@prodecttype3=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@prodecttype3.foreach(){
@row=$map($var[value]);
@query[ParentId]=@row[CatalogId];
@prodecttype2=@query.getList(['CatalogId,CatalogName,Description'],['Status>0 an...