亚洲男女一区二区三区,国产精品视频在线观看,欧美人妻一区二区三区,亚洲国产精品成人天堂

File:productdetail.xmls
Method:query.getList(columns,where,order,size,*count,*page)
未指定的錯誤
越界或超過范圍
productdetail.xmls
...shell.layout(pages/product-detail.htm);
@query=$query(catalog,news);


@MetaKeywords=@query.scalar(MetaKeywords,['Status>0 and CatalogId=78']);
@MetaDescription=@query.scalar(MetaDescription,['Status>0 and CatalogId=78']);
@Title=@query.scalar(Title,['Status>0 and CatalogId=78']);
//視頻類型
@videotype=@query.getTable(['CatalogId,CatalogName'],['ParentId=88 and Status>0'],['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']);
//遍歷獲取二級分類
@prodecttype3=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@prodecttype3.foreach(){
@row=$map($var[value]);
@query[ParentId]=@row[CatalogId];
@prodectty...