您的位置:首页 > 编程语言 > PHP开发

YourPHP 产品内容排序无效 如何修改

2012-11-04 19:30 190 查看
用了下yourphp系统,发现管理端的排序功能无效。

按如下方法修改,就有效了。

在 yourphp/lib/action/baseaction 的223行下面添加:

if ($module == 'Product') {

$list = $this->dao->field($field)->where($where)->order('listorder asc')->limit($page->firstRow . ',' . $page->listRows)->select();

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: