dedecms 软件模型列表页排序无效的BUG

这个栏目用了软件频道模型,列表页有这么一段代码:

<div class="c_info_bg">
<div id="wzdaohang">您的位置:{dede:field name='position'/} 列表</div>
{dede:channelartlist  typeid='4'}
<div style="padding:10px 0 8px 0; margin-left:10px; height:186px; width:642px; border-bottomn:1px f9d0d7 solid;" >
<div style=" width:642px; height:17px;"><ul><span style="float:right;"><a href=http://www.dede58.com/"{dede:field name='typeurl'/}" target="_blank">更多专家>></a></span>
    <li><strong><a href=http://www.dede58.com/"{dede:field name='typeurl'/}" target="_blank">{dede:field name='typename'/}</a> </strong>&nbsp;</li></ul>
</div>
<div style=" width:642px; height:169px;display:none" class="class{dede:field name='typeid'/}">
{dede:arclist row='4' flag='a' infolen='14' titlelen='24' orderby='pubdate' }
<ul style="width:147px; height:157px; font-size:12px; line-height:20px; float:left;" class="objul">
<li class="writerli" style="display:none">[field:writer/]</li>
<li style="width:147px; height:103px; border:1px #f2c4cb solid;"><a href=http://www.dede58.com/"[field:arcurl/]" target="_blank" title=" [field:os/]"><img src=http://www.dede58.com/"[field:litpic/]" width="137" height="94" border="0" style="margin-left:5px; margin-top:4px;" /></a></li>
<li style="text-align:center;height:2px;font-size:0px;line-height:0px;" ></li>
<li style="text-align:left;height:24px;" ><a href=http://www.dede58.com/"[field:arcurl/]" target="_blank" title="[field:os/]">[field:title/]  [field:os function="cn_substr(@me,16)"/]</a></li>
<li>[field:description function="cn_substr(@me,34)"/]...<a href=http://www.dede58.com/"[field:arcurl/]" target="_blank" title="[field:os/]">详情查看>></a></li>
<!--li style="color:#530000;"><a href=http://www.dede58.com/"[field:arcurl/]" target="_blank" title="[field:os/]">详情查看>></a></li-->
</ul>

<ul style="width:14px; float:left;"></ul>
{/dede:arclist}
</div>
</div>
<script language="javascript">testdiv("class{dede:field name='typeid'/}");</script>
{/dede:channelartlist}

</div>

但这句{dede:arclist row='4' flag='a' infolen='14' titlelen='24' orderby='pubdate' }
执行出来的结果排序始终不对,找了很久,终于发现排序顺序竟然跟 软件作者:(这儿填1 ,2 ,3 ,4...)的数值大小有关,而且优先级还大过orderby='pubdate' (按发布时间)排序。例如同为软件作者:3  的情况下才会按发布时间排序,百思不得其解,算BUG不?!

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/ec3fcdf23da6705a179dd16ea9d179ce.html