File:newdetail.xmls
Method:query.getList(columns,where,order,size,*count,*page)
未指定的錯(cuò)誤
越界或超過(guò)范圍
newdetail.xmls
...=@query.scalar(Title,['Status>0 and CatalogId=87']);
@prodecttype=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],['Grade desc']);
@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']);
@cataid=@query.getTable(['CatalogId'],['ParentId=87 or CatalogId=89']);
@cataid=@cataid.toArray(['CatalogId']);
//查詢(xún)專(zhuān)題視頻分類(lèi)第一個(gè),默認(rèn)查詢(xún)第一個(gè)分類(lèi)
@videoform=@query.getList(['CatalogId,CatalogName,Grade'],['Status>0 and ParentId=88'],['Grade desc'],1,1,1);
//遍歷獲取二級(jí)分類(lèi)
@prodecttype3=@query.getList(['CatalogId,CatalogName'],['Status>0 and ParentId=78'],[...