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

File:casedetail.xmls
Method:query.getTable(columns,where,order,size,*count,*page)
未指定的錯誤
越界或超過范圍
casedetail.xmls
...entId)}'],['Grade desc']);
@ids=@prodecttype1.toArray(['CatalogId']);

@Case=@query.scalar(['Case'],['ContentId={*ContentId} and Status>0']);
@query[Title]=$util.asArray(@Case);
$if(@Case<>$empty){
@query[CatalogId]=@ids;
@relevant=@query.getList(['ContentId,Title,Pic,CreateDate'],['Status>0 {?} and {#inlike(Title)} {?} and {#in(CatalogId)}'],['Grade desc']);
}
$else{
@relevant=@query.getList(['Pic,Title,Description,ContentId,CreateDate'],['UserId<>0'],['Grade desc']);
}

//友情鏈接
@
links=@query.getTable(['Title,Subtitle,Link'],['Status>0 and CatalogId=174'],['Grade desc']);
@wx=@query.getTable(['Title,Pic'],['Status>0 and CatalogId=187'],['Grade desc']);
@query[CatalogId]=@form[CatalogId];
@prevrow=@query.getRow(*,['CatalogId={*CatalogId} and Status>0 and ContentId<{*ContentId}'],['ContentId desc']);
@nextrow=@query.getRow(*,['CatalogId={*CatalogId} and Status>0 and ContentId>{*ContentId}'],['ContentId asc']);
//上一條
$if(@prevrow[ContentId]<>$null){
@prevcontenid=@p...