SeaCMS剧情分类按ID排序
1、前台
编辑/include/common.file.func.php
文件第1876行,将
$sql="select tid,upid,tname,ishidden,-1 as tcount from sea_jqtype order by upid asc";
修改为
$sql="select tid,tname,ishidden,-1 as tcount from sea_jqtype";
编辑/include/common.redis.func.php
文件第1883行,将
$sql="select tid,upid,tname,ishidden,-1 as tcount from sea_jqtype order by upid asc";
修改为
$sql="select tid,tname,ishidden,-1 as tcount from sea_jqtype";
2、后台
编辑文件/admin/admin_video.php
文件第809行,将
$sql="select tid,upid,tname,ishidden,-1 as tcount from sea_jqtype group by tname order by upid asc";
修改为
$sql="select tid,tname,ishidden,-1 as tcount from sea_jqtype";