亚洲男人成人性天堂网站,婷婷综合久久,国产精品秘 入口麻豆苍井空 ,欧美视频免费,亚洲**2021在线观看,国产精品一国产精品

File:news-details.html
Method:query.update(*columns,*where)
數(shù)據(jù)庫“sq_hechun”的事務日志已滿,原因為“LOG_BACKUP”。 update jxcontent set [Click]= 1894 where [ContentId]=84;
數(shù)據(jù)庫執(zhí)行錯誤
xmls/news.xmls
...http.get(id,0);
@CatalogId=$http.get(cid);
@querycata[CatalogId]=@CatalogId;
@AreaId=$shell[AreaId];
@querycata[AreaId]=@AreaId;
@cataname=@querycata.scalar(CatalogName,['CatalogId={*CatalogId} and AreaId={*AreaId}']);
@rowcontent=@querycontent.row(@ContentId);
@Modified=$empty;
$if(@rowcontent<>$null){
@Modified=@rowcontent[Modified];
@Modified=$datetime.format(@Modified,yyyy-MM-dd);
@Click=@rowcontent[Click];
@querycontent[ContentId]=@ContentId;
@querycontent[Click]=(@Click+1);
@
querycontent.update();
}
$else{
@rowcontent=$map();
@rowcontent[Title]=無數(shù)據(jù);
}
$return($empty);
}

//上一條,下一條
$sub prevnextG(){
@query=$query(content,content);
@query[AreaId]=$shell[AreaId];
@query[ContentId]=$http.get(id);
@query[CatalogId]=$http.get(cid);
@prevrow=@query.map(*,['CatalogId={*CatalogId} and AreaId={*AreaId} and ContentId<{*ContentId}'],['ContentId desc']);
@nextrow=@query.map(*,['CatalogId={*CatalogId} and AreaId={*AreaId} and ContentId>{*ContentId}'],['ContentId a...