File:web/school/subjectdetails.html
Function Code:510
Method Code:15
'=' 附近有语法错误。 select top 1 * FROM subjectscontent WHERE ContentID=
数据库执行错误
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[description]==$empty){
@description={%#&:{@rowschoolcontent[Title]}{@rowsubjectcontent[Title]}最新开班,报名可享受网上优惠价{@rowscho...