File:cn/goods.htm
Method:query.map(columns,*where,*order)
连接超时时间已到。在登录后阶段超过了此超时时间。连接可能在等待服务器完成登录过程并响应时超时;或者在尝试创建多个活动连接时超时。 尝试连接到此服务器时花费的持续时间是 - [Pre-Login] initialization=5180;handshake=12414;[Login] initialization=0;authentication=0;[Post-Login] complete=2530;
数据库执行错误
cn/xmls/goods.xmls
$sub main(){
$shell.call($get(method));
}

//标题
$sub start(){
@querygoods=$query(goods,goods);
@querygoods[GuId]=$argv(0,$null);
@
GoodsMap=@querygoods.map(['GoodsName,MetaKeywords,MetaDescription'],['{*GuId =} and {*AreaId = $shell.getData(cn)}']);
$if(@GoodsMap){
@Name=@GoodsMap[GoodsName];
@MetaKeywords=@GoodsMap[MetaKeywords];
@MetaDescription=@GoodsMap[MetaDescription];
}
$else{
@Name=产品详情;
@MetaKeywords=$empty;
@MetaDescription=$empty;
}
$shell[Title]=$join(@Name,-,$shell.getData(metaTitle));
$shell[Head]=$html.file(css/goods.css);
$shell[Meat]=$join(["<meta name="keywords" content="{@MetaKeywords}"/>"],[...