File:china/Business.xmls
Function Code:300
Method Code:2
数据库执行错误:(未指定的错误)
china/Business.xmls
$function main(){
$
if($get(newsid)){
@newsid=$get(newsid,;$number);
@row=$db.dataRow(select * from cnnews where newsid={@newsid});
@modi1=@row.getDatetime(modified);
@Modified=@modi1.toString(yyyy-MM-dd);
$content.html(Business.html);
}
}