没有子栏目时重复显示了同级栏目
解决方法
1、打开 /include/taglib/channel.lib.php 找到
$type=='son' && $reid!=0 && $totalRow==0
改成
$type=='son' && $reid!=0 && $totalRow==0 && $noself==''
2、dede:channel 标签写法加入noself=yes