联系官方销售客服
1835022288
028-61286886
让模块数据按指定字段数值的大小排序,如何排除字段数值为空或者为0的数据呢?
https://www.xunruicms.com/doc/1214.html
我用文档里面的方法成功实现了,但是他也会显示数值为空的数据,导致从小到大的排序毫无意义。
请问怎么排除为空或者为0的数据,按有数值的数据从小到大来排序?
以下是我现在的代码
<a href="{Router::search_url($params, 'order', 'y2023_asc')}" class="mr20 fll tab posr {if $params.order=='y2023_asc'}on{/if}">排行榜</a>
{search module=MOD_DIR id=$searchid total=$sototal order=$params.order catid=$catid page=1 pagesize=16 urlrule=$urlrule}
具体内容
{/search}
你说的是这个自定义代码对吧{php $where=urlencode("自定义sql条件");}{module catid=$catid order=yymc2022_asc where=$where}{/module}