Error
File:web/school/common.xmlc
Function Code:510
Method Code:1
文件“D:\WorkSpace\bj.peixunsj.cn\public_html\apps\news\data\test\content.test.config”正由另一进程使用,因此该进程无法访问该文件。
系统IO操作失败
web/school/common.xmlc
...chool(format){
@query=$query(content,subjects);
@query2=$query(content,schools);
@schid=0;
@id=0;
$if($get.number(id,0)<>0){
@id=$get.number(id);
}
@catalogid=@query.dataScalar(CatalogID,{%ContentID={@id}%});
$if($get.number(schid,0)<>0){
@schid=$get.number(schid);
}
@list=@query2.format(@format,*,{%status>0 and ContentID<>{@schid} and CatalogID={@catalogid} and lang='{$var[lang]}'%},{%Modified desc,ContentID desc%},10);
$content.write(@list);
}
$function getRemNews(format){
@query=$query(content,news);
@query2=$query(content,schools);
@query3=$query(content,subjects);
@schid=0;
@id=0;
$if($get.number(id,0)<>0){
@id=$get.number(id);
}
@catalogid=@query3.dataScalar(CatalogID,{%ContentID={@id}%});
$if($get.number(schid,0)<>0){
@schid=$get.number(schid);
}
$if($or($iif(@catalogid==$empty),$iif(@catalogid==$null))){
@catalogid=0;
}
@list=@query.format(@format,*,{%status>0 and Lang='{$var[lang]}' and CatalogID={@catalogid} and lang='{$var[lang]}'%},{%Modifi...