File:protect.html
Method:query.table(columns,*where,*order,*top)
资源池 'internal' 没有足够的系统内存来运行此查询。
当前命令发生了严重错误。应放弃任何可能产生的结果。
select AttributeName,AttrNameId,OptionNameId FROM goods_attrname WHERE GoodsTypeId=3 and SearchType=1 and InputType!=1
数据库执行错误
xmls/goods.xmls
... <span class="submit J_SubmitMulti" name="city">提交</span>
<span class="cancel J_CloseMulti" name="city">取消</span>
</div>
</div>
<div class="classmore" tabindex="0" onclick="addmore(this);"><a href="javascript:;" rel="nofollow">更多 <img src="images/ico82.png"></a></div>
<div class="classshouqi" onclick="shouqi(this)"><a href="javascript:;" rel="nofollow">收起 <img src="images/co.jpg"></a></div>
</li>#];
@attrtb=@queryattr.table(['AttributeName,AttrNameId,OptionNameId'],['GoodsTypeId={*GoodsTypeId} and SearchType=1 and InputType!=1']);
@attrlist=@attrtb.format(@format){
@AttributeName=$var[AttributeName];
@AttrNameId=$var[AttrNameId];
@queryAption=$query(attrvalue,goods);
@queryAption[OptionNameId]=$var[OptionNameId];
@Aptiontable=@queryAption.table(['OptionNameId,AttributeValue,AttrValueId'],['OptionNameId={*OptionNameId}'],['Grade asc,AttrValueId asc']);
@attrvalList=@Aptiontable.format(...