泛亚电竞

File:productdetail.xmls
Method:query.scalar(columns,*where,*order)
未指定的错误
越界或超过范围
productdetail.xmls
$out main(){
$shell.running();
$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=@...