File:web/school/newsdetails.html
Function Code:310
Method Code:1
rownewscontent??get
类型不正确
class/schools.xmlc
$sub load(){

}
$sub subjectcontent(){
@query=$query(content,subjects);
@querycls=$query(catalog,subjects);
@rowsubjectcontent=@query.dataMap(*,{%ContentID={$get.sql(id)}%});
@querysch=$query(content,schools);
@rowschoolcontent=@querysch.dataMap(*,{%ContentID={$get.sql(schid)}%});
@clsname=@querycls.dataScalar(CatalogName,{%CatalogID={@rowsubjectcontent[CatalogID]}%});
@description={%#&:{@rowsubjectcontent[description]} {@rowsubjectcontent[description2]}%};
$if(@rowsubjectcontent[descr...