File:casedetail.xmls
Method:query.getRow(columns,*where,*order)
未指定的錯誤
越界或超過范圍
casedetail.xmls
...Id=88'],['Grade desc'],1,1,1);
//視頻類型
@videotype=@query.getTable(['CatalogId,CatalogName'],['ParentId=88 and Status>0'],['Grade desc']);
@contid=$http.argv(0);
@query=$query(content,news);
@query1=$query(catalog,news);
@query[ContentId]=@contid;
@MetaKeywords=@query.scalar(MetaKeywords,['Status>0 and ContentId={*ContentId}']);
@MetaDescription=@query.scalar(MetaDescription,['Status>0 and ContentId={*ContentId}']);
@Title=@query.scalar(Title,['Status>0 and ContentId={*ContentId}']);
@form=@query.getRow(*,['ContentId={*ContentId} and Status>0']);
@query[Title]=$util.asArray(@form[Case]);
@prodecttype=@query1.getTable(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@ids=$array();
@ids=@prodecttype.toArray(['CatalogId']);
@query1[ParentId]=@ids;
@prodecttype1=@query1.getTable(['CatalogId,CatalogName'],['Status>0 {?} and {#in(ParentId)}'],['Grade desc']);
@ids=@prodecttype1.toArray(['CatalogId']);
@Case=@query.scalar(['Case'],['ContentId={*Con...