泛亚电竞

File:videos.xmls
Method:query.scalar(columns,*where,*order)
未指定的错误
越界或超过范围
videos.xmls
$out main(){
$shell.running();
$shell.layout(pages/video.htm);
@query=$query(catalog,news);
@query[CatalogId]=$http.argv(1);

@
MetaKeywords=@query.scalar(MetaKeywords,['Status>0 and CatalogId={*CatalogId}']);
@MetaDescription=@query.scalar(MetaDescription,['Status>0 and CatalogId={*CatalogId}']);
@Title=@query.scalar(Title,['Status>0 and CatalogId={*CatalogId}']);



@prodecttype=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@news=@query.getList(*,['Status>0 and ParentId=87'],['Grade desc']);
@news1=@query.getList(*,['Status>0 and ParentId=87'],['Grade desc']);
@customer...