File:en/productdetail.xmls
Method:query.getList(columns,where,order,size,*count,*page)
不能使用 '';文件已在使用中。
越界或超過范圍
en/productdetail.xmls
...tId=193'],['Grade desc']);
@customer1=@query.getList(*,['Status>0 and ParentId=192 and AreaId=3'],['Grade desc']);
@customer2=@query.getList(*,['Status>0 and ParentId=192 and AreaId=3'],['Grade desc']);
@customer3=@query.getList(*,['Status>0 and ParentId=192 and AreaId=3'],['Grade desc']);
//遍歷獲取二級分類
@prodecttype3=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=191'],['Grade desc']);
@prodecttype3.foreach(){
@row=$map($var[value]);
@query[ParentId]=@row[CatalogId];
@prodecttype2=@query.getList(['CatalogId,CatalogName,Description'],['Status>0 and ParentId={*ParentId}'],['Grade desc']);
@row[children]=@prodecttype2;
@format=['<li><a href="javascript:void(0)" id="{*CatalogId}">{*CatalogName}</a></li>'];
@data=$var.bind($format(@format),@prodecttype2);
}
@producttype4=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=191'],['Grade desc']);
@producttype4.foreach(){
@row=$map($var[value]);
@query[ParentId]=@row[CatalogId];
@prodecttype2=@q...