asp产品列表页,为什么二级产品显示,一级分类不显示产品 30

<divid="neicontent"><divclass="pdlist"><ul><li><%t_arr=w_index.tproshowall("pro",pid)... <div id="neicontent">
<div class="pdlist">
<ul>
<li>

<%t_arr=w_index.tproshowall("pro",pid)

maxlen=18
if w_index.checkobj(t_arr) then

tall=ubound(t_arr)+1

w_index.webpage page,tall,maxlen
z=0
for j=(page-1)*maxlen to ubound(t_arr)
%>

<dl>
<dd><a href="productview.asp?pid=<%=t_arr(j,0)%>" title="<%=t_arr(j,1)%>" target="_blank"> <img src="edit2/uploadfile/<%=t_arr(j,4)%>" width="173" height="130" border="0" /> </a></dd>
<dt><a href="productview.asp?pid=<%=t_arr(j,0)%>" title="<%=t_arr(j,1)%>" target="_blank"><%=t_arr(j,1)%></a></dt>
</dl>

<%
z=z+1
if z>=maxlen then exit for end if
if z mod 3=0 then
%>
</li>
<li>
<%
end if

next
erase t_arr
end if%>

</li>
</ul>
</div>
<div class="clear"></div>
<div class="fanye">
<table align='center' id='Table1' class='unnamed2'>
<tr>
<td style='font-size:12px' ><%theasp="product.asp?pid="&pid
w_index.fen page,tall,maxlen,theasp%></td>
</tr>
</table>
</div>
</div>
展开
 我来答
百度网友0ba9ea42f
2010-07-02 · TA获得超过240个赞
知道小有建树答主
回答量:151
采纳率:0%
帮助的人:173万
展开全部
因为你的产品数据表中保存的分类ID是二级分类的ID,不是一级分类的ID,如果直接用一级分类的ID去找,当然找不出来,所以,如果要找一级分类下的产品,需要先统合出一级分类下二级分类的ID集合

举个例子:
select * form 产品表 where 产品ID in(select 产品ID from 产品分类表 where 父ID=一级产品ID)
wuxin8882004
2010-07-02 · TA获得超过313个赞
知道小有建树答主
回答量:1074
采纳率:0%
帮助的人:328万
展开全部
这种情况是你上传产品时没有把第一级分类的ID带传产品数据库里。只带入第二级的
建议你增加产品时,顺便带入第一级分类的ID号。这样就可以了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式