File:cn/search.htm
Method:query.table(columns,*where,*order,*top)
连接超时时间已到。在登录后阶段超过了此超时时间。连接可能在等待服务器完成登录过程并响应时超时;或者在尝试创建多个活动连接时超时。 尝试连接到此服务器时花费的持续时间是 - [Pre-Login] initialization=2;handshake=11505;[Login] initialization=0;authentication=0;[Post-Login] complete=3529;
数据库执行错误
cn/xmls/frame.xmls
...ata.table(*,['ParentId=0 and Status>0 and {*AreaId = $shell.getData(cn)}'],['Grade desc,CatalogId desc']);
@listta=@tablectmn.format(@format){
@tablect=@querygcata.table(*,['{*ParentId = $var[CatalogId]} and Status>0'],['Grade desc,CatalogId desc']);
@listtb=@tablect.format(@format1);
}
$cache.set(menumob,@listta,60000);
$return(@listta);
}
$sub GoodsCatalogPc(format,format1){
@listta=$cache.get(menupc);
$if(@listta<>$null){
$return(@listta);
}
@querygcata=$query(catalog,goods);
@tablectmn=@querygcata.table(*,['ParentId=0 and Status>0 and {*AreaId = $shell.getData(cn)}'],['Grade desc,CatalogId desc']);
@listta=@tablectmn.format(@format){
@tablect=@querygcata.table(*,['{*ParentId = $var[CatalogId]} and Status>0'],['Grade desc,CatalogId desc']);
@listtb=@tablect.format(@format1);
}
$cache.set(menupc,@listta,60000);
$return(@listta);
}
//帮助
$sub HelpList(format,format1){
@listta=$cache.get(help);
$if(@listta<>$null){
$return(@listta);
}
@querygcont=$query(cont...